Home
last modified time | relevance | path

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

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