reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/DWARF/DWARFVerifier.h
   87     bool intersects(const DieRangeInfo &RHS) const;

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
   54     if (Iter->intersects(RI))
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 3048   ASSERT_TRUE(LHS.intersects(RHS));
 3049   ASSERT_TRUE(RHS.intersects(LHS));
 3055   ASSERT_FALSE(LHS.intersects(RHS));
 3056   ASSERT_FALSE(RHS.intersects(LHS));