Home
last modified time | relevance | path

Searched refs:PrevLabel (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp167 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
189 if (!PrevLabel) { in beginInstruction()
190 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()
191 Asm->OutStreamer->EmitLabel(PrevLabel); in beginInstruction()
193 I->second = PrevLabel; in beginInstruction()
204 PrevLabel = nullptr; in endInstruction()
219 if (!PrevLabel) { in endInstruction()
220 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()
221 Asm->OutStreamer->EmitLabel(PrevLabel); in endInstruction()
223 I->second = PrevLabel; in endInstruction()
DDebugHandlerBase.h44 MCSymbol *PrevLabel = nullptr; variable
DDwarfDebug.cpp1133 PrevLabel = nullptr; in endFunction()
1167 PrevLabel = nullptr; in endFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp233 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
256 if (!PrevLabel) { in beginInstruction()
257 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()
258 Asm->OutStreamer->EmitLabel(PrevLabel); in beginInstruction()
260 I->second = PrevLabel; in beginInstruction()
271 PrevLabel = nullptr; in endInstruction()
288 if (!PrevLabel) { in endInstruction()
289 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()
290 Asm->OutStreamer->EmitLabel(PrevLabel); in endInstruction()
292 I->second = PrevLabel; in endInstruction()
DDebugHandlerBase.h69 MCSymbol *PrevLabel = nullptr; variable
DDwarfDebug.cpp1316 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()
1433 PrevLabel = nullptr; in endFunctionImpl()
1470 PrevLabel = nullptr; in endFunctionImpl()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp124 PrevLabel(NULL) { in DwarfDebug()
1028 if (!PrevLabel) { in beginInstruction()
1029 PrevLabel = MMI->getContext().CreateTempSymbol(); in beginInstruction()
1030 Asm->OutStreamer.EmitLabel(PrevLabel); in beginInstruction()
1032 I->second = PrevLabel; in beginInstruction()
1040 PrevLabel = 0; in endInstruction()
1054 if (!PrevLabel) { in endInstruction()
1055 PrevLabel = MMI->getContext().CreateTempSymbol(); in endInstruction()
1056 Asm->OutStreamer.EmitLabel(PrevLabel); in endInstruction()
1058 I->second = PrevLabel; in endInstruction()
[all …]
DDwarfDebug.h280 MCSymbol *PrevLabel; variable