Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp194 : Asm(A), MMI(Asm->MMI), PrevLabel(nullptr), in DwarfDebug()
997 if (!PrevLabel) { in beginInstruction()
998 PrevLabel = MMI->getContext().CreateTempSymbol(); in beginInstruction()
999 Asm->OutStreamer.EmitLabel(PrevLabel); in beginInstruction()
1001 I->second = PrevLabel; in beginInstruction()
1010 PrevLabel = nullptr; in endInstruction()
1025 if (!PrevLabel) { in endInstruction()
1026 PrevLabel = MMI->getContext().CreateTempSymbol(); in endInstruction()
1027 Asm->OutStreamer.EmitLabel(PrevLabel); in endInstruction()
1029 I->second = PrevLabel; in endInstruction()
[all …]
DDwarfDebug.h237 MCSymbol *PrevLabel; variable