Home
last modified time | relevance | path

Searched refs:PrevInstLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h67 DebugLoc PrevInstLoc; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp343 PrevInstLoc = DebugLoc(); in beginFunction()
H A DDwarfDebug.cpp2012 if (DL == PrevInstLoc) { in beginInstruction()
2048 if (PrevInstLoc) { in beginInstruction()
2049 Scope = PrevInstLoc.getScope(); in beginInstruction()
2050 Column = PrevInstLoc.getCol(); in beginInstruction()
2069 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()
2078 PrevInstLoc = DL; in beginInstruction()
H A DCodeViewDebug.cpp509 if (!DL || DL == PrevInstLoc) in maybeRecordLocation()
529 if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile()) in maybeRecordLocation()
533 PrevInstLoc = DL; in maybeRecordLocation()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1341 if (!DL || PrevInstLoc == DL) { in beginInstruction()
1363 PrevInstLoc = DL; in beginInstruction()