Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp91 MCSymbol *GOTLabel, MCSymbol *StartLabel, in createPCXRelExprOp() argument
96 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp()
226 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
240 OutStreamer->EmitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts()
245 GOTLabel, StartLabel, SethiLabel, in LowerGETPCXAndEmitMCInsts()
250 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp877 MCSymbol *StartLabel; in computeIP2StateTable() local
881 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
887 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
889 assert(StartLabel && "need local function start label"); in computeIP2StateTable()
891 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
1074 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member
1245 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
DDwarfDebug.cpp1075 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin); in buildLocationList() local
1076 assert(StartLabel && "Forgot label before DBG_VALUE starting a range!"); in buildLocationList()
1090 DebugLocEntry Loc(StartLabel, EndLabel, Value); in buildLocationList()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp869 MCSymbol *StartLabel; in computeIP2StateTable() local
873 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
879 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
881 assert(StartLabel && "need local function start label"); in computeIP2StateTable()
883 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
1057 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable() member
1228 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
DDwarfDebug.cpp853 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin); in buildLocationList() local
854 assert(StartLabel && "Forgot label before DBG_VALUE starting a range!"); in buildLocationList()
868 DebugLocEntry Loc(StartLabel, EndLabel, Value); in buildLocationList()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp313 const MCSymbol *StartLabel = getLabelBeforeInsn(RI->first); in constructInlinedScopeDIE() local
316 if (StartLabel == 0 || EndLabel == 0) { in constructInlinedScopeDIE()
320 assert(StartLabel->isDefined() && in constructInlinedScopeDIE()
345 StartLabel); in constructInlinedScopeDIE()
361 InlineInfo[InlinedSP].push_back(std::make_pair(StartLabel, in constructInlinedScopeDIE()
365 I->second.push_back(std::make_pair(StartLabel, ScopeDIE)); in constructInlinedScopeDIE()