Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h67 DebugLoc PrevInstLoc; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp343 PrevInstLoc = DebugLoc(); in beginFunction()
H A DDwarfDebug.cpp1968 if (DL == PrevInstLoc) { in beginInstruction()
2004 if (PrevInstLoc) { in beginInstruction()
2005 Scope = PrevInstLoc.getScope(); in beginInstruction()
2006 Column = PrevInstLoc.getCol(); in beginInstruction()
2025 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()
2034 PrevInstLoc = DL; in beginInstruction()
H A DCodeViewDebug.cpp505 if (!DL || DL == PrevInstLoc) in maybeRecordLocation()
525 if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile()) in maybeRecordLocation()
529 PrevInstLoc = DL; in maybeRecordLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1113 if (!DL || PrevInstLoc == DL) { in beginInstruction()
1135 PrevInstLoc = DL; in beginInstruction()