Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAddressRange.h40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
HDRange.h39 bool intersects(const AddressRange &R) const { in intersects() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSparseBitVector.h184 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function
738 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function
743 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
HDAPInt.h1341 bool intersects(const APInt &RHS) const { in intersects() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp86 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects() function in DWARFVerifier::DieRangeInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonGenInsert.cpp160 bool intersects(const RegisterSet &Rs) const { in intersects() function
HDHexagonBitSimplify.cpp140 bool intersects(const RegisterSet &Rs) const { in intersects() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp2191 const bool intersects = bp->IntersectsRange( in WriteMemory() local