Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h67 DebugLoc PrevInstLoc; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp355 PrevInstLoc = DebugLoc(); in beginFunction()
H A DDwarfDebug.cpp2109 if (PrevInstInSameSection && !ForceIsStmt && DL.isSameSourceLocation(PrevInstLoc)) { in beginInstruction()
2153 if (PrevInstLoc) { in beginInstruction()
2154 Scope = PrevInstLoc.getScope(); in beginInstruction()
2155 Column = PrevInstLoc.getCol(); in beginInstruction()
2178 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()
2187 PrevInstLoc = DL; in beginInstruction()
H A DCodeViewDebug.cpp513 if (!DL || DL == PrevInstLoc) in maybeRecordLocation()
533 if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile()) in maybeRecordLocation()
537 PrevInstLoc = DL; in maybeRecordLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1491 if (!DL || PrevInstLoc == DL || DL.getLine() == 0) { in beginInstruction()
1514 PrevInstLoc = DL; in beginInstruction()