Searched refs:StartLabel (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 87 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()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 929 MCSymbol *StartLabel; in computeIP2StateTable() local 933 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable() 939 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable() 941 assert(StartLabel && "need local function start label"); in computeIP2StateTable() 943 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable() 1133 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member 1304 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
|
| H A D | DwarfDebug.cpp | 1665 const MCSymbol *StartLabel = in buildLocationList() local 1667 assert(StartLabel && in buildLocationList() 1717 if (StartLabel == EndLabel) { in buildLocationList() 1731 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList() 1733 const MCSymbol *BeginSectionLabel = StartLabel; in buildLocationList() 1747 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 2194 MCSymbol *StartLabel = LocalCtx->createTempSymbol(); in calculateEmittedSize() local 2200 Streamer->emitLabel(StartLabel); in calculateEmittedSize() 2231 Layout.getSymbolOffset(*EndLabel) - Layout.getSymbolOffset(*StartLabel); in calculateEmittedSize()
|