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.h71 DebugLoc PrevInstLoc; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2068 if (DL == PrevInstLoc && PrevInstInSameSection) { in beginInstruction()
2104 if (PrevInstLoc) { in beginInstruction()
2105 Scope = PrevInstLoc.getScope(); in beginInstruction()
2106 Column = PrevInstLoc.getCol(); in beginInstruction()
2124 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()
2133 PrevInstLoc = DL; in beginInstruction()
H A DDebugHandlerBase.cpp351 PrevInstLoc = DebugLoc(); in beginFunction()
H A DCodeViewDebug.cpp511 if (!DL || DL == PrevInstLoc) in maybeRecordLocation()
531 if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile()) in maybeRecordLocation()
535 PrevInstLoc = DL; in maybeRecordLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1372 if (!DL || PrevInstLoc == DL || DL.getLine() == 0) { in beginInstruction()
1395 PrevInstLoc = DL; in beginInstruction()