LLDB mainline
CoreFileMemoryRanges.cpp File Reference

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)

Typedef Documentation

◆ Entry

using Entry = CoreFileMemoryRanges::Entry

Definition at line 14 of file CoreFileMemoryRanges.cpp.

Function Documentation

◆ IntersectHelper()

bool IntersectHelper ( const Entry * region_one,
const Entry * region_two )
static

Definition at line 21 of file CoreFileMemoryRanges.cpp.

Referenced by OnlyIntersects().

◆ OnlyIntersects()

bool OnlyIntersects ( const Entry * region_one,
const Entry * region_two )
static

◆ Overlaps()

bool Overlaps ( const Entry * region_one,
const Entry * region_two )
static

◆ PermissionsMatch()

bool PermissionsMatch ( const Entry * region_one,
const Entry * region_two )
static