Searched refs:StartLabel (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 926 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 D | DwarfDebug.cpp | 1671 const MCSymbol *StartLabel = in buildLocationList() local 1673 assert(StartLabel && in buildLocationList() 1723 if (StartLabel == EndLabel) { in buildLocationList() 1737 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList() 1739 const MCSymbol *BeginSectionLabel = StartLabel; in buildLocationList() 1753 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
|