Home
last modified time | relevance | path

Searched refs:StartLabel (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp87 MCSymbol *GOTLabel, MCSymbol *StartLabel, in createPCXRelExprOp() argument
92 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp()
222 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
236 OutStreamer->emitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts()
241 GOTLabel, StartLabel, SethiLabel, in LowerGETPCXAndEmitMCInsts()
246 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp926 MCSymbol *StartLabel; in computeIP2StateTable() local
930 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
936 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
938 assert(StartLabel && "need local function start label"); in computeIP2StateTable()
940 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
1123 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member
1294 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
H A DDwarfDebug.cpp1682 const MCSymbol *StartLabel = in buildLocationList() local
1684 assert(StartLabel && in buildLocationList()
1734 if (StartLabel == EndLabel) { in buildLocationList()
1742 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()