Searched refs:LineTableOffset (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 827 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets() local 829 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets() 832 error() << ".debug_line[" << format("0x%08" PRIx64, LineTableOffset) in verifyDebugLineStmtOffsets() 844 auto Iter = StmtListToDie.find(LineTableOffset); in verifyDebugLineStmtOffsets() 856 StmtListToDie[LineTableOffset] = Die; in verifyDebugLineStmtOffsets()
|
| H A D | DWARFDebugLine.cpp | 542 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState() 626 LineTableOffset, OpcodeName.data(), OpcodeOffset, in advanceAddr() 635 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddr() 656 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddrForOpcode()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 401 uint64_t LineTableOffset;
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 921 const uint64_t LineTableOffset = Layout.getSymbolOffset(*Label); in updateLineTableOffsets() local 922 DebugLineOffsetMap[GetStatementListValue(CU.get())] = LineTableOffset; in updateLineTableOffsets() 924 DebugInfoPatcher->addLE32Patch(AttributeOffset, LineTableOffset); in updateLineTableOffsets()
|