Searched refs:LineTableOffset (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 565 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) {} in ParsingState() 650 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddrOpIndex() 664 LineTableOffset, OpcodeName.data(), OpcodeOffset, in advanceAddrOpIndex() 673 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddrOpIndex() 715 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceForOpcode()
|
| H A D | DWARFVerifier.cpp | 977 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets() local 979 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets() 983 error() << ".debug_line[" << format("0x%08" PRIx64, LineTableOffset) in verifyDebugLineStmtOffsets() 996 auto [Iter, Inserted] = StmtListToDie.try_emplace(LineTableOffset, Die); in verifyDebugLineStmtOffsets()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 449 uint64_t LineTableOffset;
|