Searched refs:LineTableOffset (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 726 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets() local 728 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets() 731 error() << ".debug_line[" << format("0x%08" PRIx64, LineTableOffset) in verifyDebugLineStmtOffsets() 743 auto Iter = StmtListToDie.find(LineTableOffset); in verifyDebugLineStmtOffsets() 755 StmtListToDie[LineTableOffset] = Die; in verifyDebugLineStmtOffsets()
|
H A D | DWARFDebugLine.cpp | 542 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState() 622 LineTableOffset, OpcodeName.data(), OpcodeOffset, in advanceAddr() 631 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddr() 652 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddrForOpcode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 407 uint64_t LineTableOffset;
|