Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp338 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
361 if (!PrevLabel) { in beginInstruction()
363 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()
365 I->second = PrevLabel; in beginInstruction()
376 PrevLabel = nullptr; in endInstruction()
394 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
395 } else if (!PrevLabel) { in endInstruction()
397 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()
399 I->second = PrevLabel; in endInstruction()
417 PrevLabel = MBB.getSymbol(); in beginBasicBlock()
[all …]
H A DDwarfDebug.cpp2047 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()
2186 PrevLabel = nullptr; in endFunctionImpl()
2206 PrevLabel = nullptr; in endFunctionImpl()
2253 PrevLabel = nullptr; in endFunctionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h68 MCSymbol *PrevLabel = nullptr; variable