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.cpp444 bool hasDIE = DebugInfoData.isValidOffset(Offset); in verifyUnitSection() local
451 while (hasDIE) { in verifyUnitSection()
458 hasDIE = DebugInfoData.isValidOffset(Offset); in verifyUnitSection()
461 if (UnitIdx == 0 && !hasDIE) { in verifyUnitSection()