Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp344 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
367 if (!PrevLabel) { in beginInstruction()
369 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()
371 I->second = PrevLabel; in beginInstruction()
382 PrevLabel = nullptr; in endInstruction()
400 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
401 } else if (!PrevLabel) { in endInstruction()
403 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()
405 I->second = PrevLabel; in endInstruction()
423 PrevLabel = MBB.getSymbol(); in beginBasicBlock()
[all …]
H A DDwarfDebug.cpp2041 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()
2208 PrevLabel = nullptr; in endFunctionImpl()
2228 PrevLabel = nullptr; in endFunctionImpl()
2275 PrevLabel = nullptr; in endFunctionImpl()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h68 MCSymbol *PrevLabel = nullptr; variable