Home
last modified time | relevance | path

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

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