Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp205 PrevLabel(nullptr), InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug()
1022 if (!PrevLabel) { in beginInstruction()
1023 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()
1024 Asm->OutStreamer->EmitLabel(PrevLabel); in beginInstruction()
1026 I->second = PrevLabel; in beginInstruction()
1035 PrevLabel = nullptr; in endInstruction()
1050 if (!PrevLabel) { in endInstruction()
1051 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()
1052 Asm->OutStreamer->EmitLabel(PrevLabel); in endInstruction()
1054 I->second = PrevLabel; in endInstruction()
[all …]
DDwarfDebug.h244 MCSymbol *PrevLabel; variable