Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp171 return rhs.GetRange().DoesIntersect(lhs.GetRange()); in MakeTaggedRanges()
188 if (!region.GetRange().DoesIntersect(range)) in MakeTaggedRanges()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp48 if (!range->DoesIntersect(fdRange)) in GetCorrespondingFrameData()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp68 if (!chunk_range.DoesIntersect(flush_range)) in Flush()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp208 if (fde && fde->DoesIntersect( in GetFirstFDEEntryInRange()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h117 bool DoesIntersect(const Range &rhs) const { in DoesIntersect() function