Searched refs:getLabelPlusOne (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h71 const MCExpr *getLabelPlusOne(const MCSymbol *Label);
H A DWinException.cpp282 const MCExpr *WinException::getLabelPlusOne(const MCSymbol *Label) { function in class:WinException
600 OS.EmitValue(getLabelPlusOne(BeginLabel), 4);
602 OS.EmitValue(getLabelPlusOne(EndLabel), 4);
887 std::make_pair(getLabelPlusOne(ChangeLabel), StateChange.NewState));

Completed in 105 milliseconds