Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp454 bool hasDIE = DebugInfoData.isValidOffset(Offset); in verifyUnitSection() local
457 while (hasDIE) { in verifyUnitSection()
464 hasDIE = DebugInfoData.isValidOffset(Offset); in verifyUnitSection()
467 if (UnitIdx == 0 && !hasDIE) { in verifyUnitSection()