Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h43 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function
739 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function
744 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
H A DAddressRanges.h36 bool intersects(const AddressRange &R) const { in intersects() function
H A DAPInt.h1221 bool intersects(const APInt &RHS) const { in intersects() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp114 intersects(const MachineInstr *StartMI, const MachineInstr *EndMI, in intersects() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp109 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects() function in DWARFVerifier::DieRangeInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp159 bool intersects(const RegisterSet &Rs) const { in intersects() function
H A DHexagonBitSimplify.cpp165 bool intersects(const RegisterSet &Rs) const { in intersects() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4314 bool ResourceSegments::intersects(ResourceSegments::IntervalTy A, in intersects() function in ResourceSegments
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2177 const bool intersects = bp->IntersectsRange( in WriteMemory() local