LLDB mainline
|
#include "lldb/Target/CoreFileMemoryRanges.h"
Go to the source code of this file.
Typedefs | |
using | Entry = CoreFileMemoryRanges::Entry |
Functions | |
static bool | Overlaps (const Entry *region_one, const Entry *region_two) |
static bool | IntersectHelper (const Entry *region_one, const Entry *region_two) |
static bool | OnlyIntersects (const Entry *region_one, const Entry *region_two) |
static bool | PermissionsMatch (const Entry *region_one, const Entry *region_two) |
using Entry = CoreFileMemoryRanges::Entry |
Definition at line 14 of file CoreFileMemoryRanges.cpp.
Definition at line 21 of file CoreFileMemoryRanges.cpp.
Referenced by OnlyIntersects().
Definition at line 26 of file CoreFileMemoryRanges.cpp.
References IntersectHelper().
Referenced by lldb_private::CoreFileMemoryRanges::FinalizeCoreFileSaveRanges().
Definition at line 16 of file CoreFileMemoryRanges.cpp.
Referenced by lldb_private::CoreFileMemoryRanges::FinalizeCoreFileSaveRanges(), and lldb_private::RegisterFlags::Field::PaddingDistance().
Definition at line 31 of file CoreFileMemoryRanges.cpp.
Referenced by lldb_private::CoreFileMemoryRanges::FinalizeCoreFileSaveRanges().