Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp89 MCSymbol *GOTLabel, MCSymbol *StartLabel, in createPCXRelExprOp() argument
94 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp()
224 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
238 OutStreamer->EmitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts()
243 GOTLabel, StartLabel, SethiLabel, in LowerGETPCXAndEmitMCInsts()
248 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp893 MCSymbol *StartLabel; in computeIP2StateTable() local
897 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
903 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
905 assert(StartLabel && "need local function start label"); in computeIP2StateTable()
907 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
1093 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member
1264 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
H A DDwarfDebug.cpp1168 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin); in buildLocationList() local
1169 assert(StartLabel && "Forgot label before DBG_VALUE starting a range!"); in buildLocationList()
1185 if (StartLabel == EndLabel) { in buildLocationList()
1195 DebugLocEntry Loc(StartLabel, EndLabel, Value); in buildLocationList()