Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp840 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets() local
841 if (!StmtSectionOffset) in verifyDebugLineStmtOffsets()
843 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets()