Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp824 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets() local
825 if (!StmtSectionOffset) in verifyDebugLineStmtOffsets()
827 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets()