Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.h71 const MCExpr *getLabelPlusOne(const MCSymbol *Label);
DWinException.cpp281 const MCExpr *WinException::getLabelPlusOne(const MCSymbol *Label) { in getLabelPlusOne() function in WinException
608 OS.EmitValue(getLabelPlusOne(BeginLabel), 4); in emitSEHActionsForRange()
610 OS.EmitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange()
896 std::make_pair(getLabelPlusOne(ChangeLabel), StateChange.NewState)); in computeIP2StateTable()