Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDebugHandlerBase.h71 DebugLoc PrevInstLoc; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugHandlerBase.cpp351 PrevInstLoc = DebugLoc(); in beginFunction()
HDDwarfDebug.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()
HDCodeViewDebug.cpp511 if (!DL || DL == PrevInstLoc) in maybeRecordLocation()
531 if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile()) in maybeRecordLocation()
535 PrevInstLoc = DL; in maybeRecordLocation()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp1372 if (!DL || PrevInstLoc == DL || DL.getLine() == 0) { in beginInstruction()
1395 PrevInstLoc = DL; in beginInstruction()