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 | 942 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets() local 944 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets() 948 error() << ".debug_line[" << format("0x%08" PRIx64, LineTableOffset) in verifyDebugLineStmtOffsets() 961 auto Iter = StmtListToDie.find(LineTableOffset); in verifyDebugLineStmtOffsets() 975 StmtListToDie[LineTableOffset] = Die; in verifyDebugLineStmtOffsets()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 418 uint64_t LineTableOffset;
|