Home
last modified time | relevance | path

Searched refs:LineTableOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp549 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState()
634 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddrOpIndex()
648 LineTableOffset, OpcodeName.data(), OpcodeOffset, in advanceAddrOpIndex()
657 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceAddrOpIndex()
699 LineTableOffset, OpcodeName.data(), OpcodeOffset)); in advanceForOpcode()
H A DDWARFVerifier.cpp843 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets() local
845 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
848 error() << ".debug_line[" << format("0x%08" PRIx64, LineTableOffset) in verifyDebugLineStmtOffsets()
860 auto Iter = StmtListToDie.find(LineTableOffset); in verifyDebugLineStmtOffsets()
872 StmtListToDie[LineTableOffset] = Die; in verifyDebugLineStmtOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h418 uint64_t LineTableOffset;