Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DCoreFileMemoryRanges.cpp16 static bool Overlaps(const Entry *region_one, const Entry *region_two) { in Overlaps()
21 static bool IntersectHelper(const Entry *region_one, const Entry *region_two) { in IntersectHelper()
26 static bool OnlyIntersects(const Entry *region_one, const Entry *region_two) { in OnlyIntersects()
31 static bool PermissionsMatch(const Entry *region_one, const Entry *region_two) { in PermissionsMatch()
41 auto region_one = this->GetMutableEntryAtIndex(i); in FinalizeCoreFileSaveRanges() local