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/
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/
DPDBLocationToDWARFExpression.cpp48 if (!range->DoesIntersect(fdRange)) in GetCorrespondingFrameData()
/openbsd/src/gnu/llvm/lldb/source/Target/
DMemory.cpp68 if (!chunk_range.DoesIntersect(flush_range)) in Flush()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp208 if (fde && fde->DoesIntersect( in GetFirstFDEEntryInRange()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DRangeMap.h117 bool DoesIntersect(const Range &rhs) const { in DoesIntersect() function