Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp723 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets() local
724 if (!StmtSectionOffset) in verifyDebugLineStmtOffsets()
726 const uint64_t LineTableOffset = *StmtSectionOffset; in verifyDebugLineStmtOffsets()