Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp48 if (!range->DoesIntersect(fdRange)) in GetCorrespondingFrameData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h117 bool DoesIntersect(const Range &rhs) const { in DoesIntersect() function
393 while (pos != begin && pos[-1].DoesIntersect(range)) in FindEntryThatIntersects()
396 if (pos != end && pos->DoesIntersect(range)) in FindEntryThatIntersects()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp68 if (!chunk_range.DoesIntersect(flush_range)) in Flush()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp239 if (fde && fde->DoesIntersect( in GetFirstFDEEntryInRange()