Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp449 bool ShouldBeContained = !Ranges.empty() && !ParentRI.Ranges.empty() && in verifyDieRanges() local
452 if (ShouldBeContained && !ParentRI.contains(RI)) { in verifyDieRanges()