Searched refs:StartLabel (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 89 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/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 91 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/CodeGen/AsmPrinter/ |
D | WinException.cpp | 877 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()
|
D | DwarfDebug.cpp | 1075 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/ |
D | WinException.cpp | 869 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()
|
D | DwarfDebug.cpp | 853 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()
|