LLDB mainline
Typedefs | Functions
CoreFileMemoryRanges.cpp File Reference
#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)
 

Typedef Documentation

◆ Entry

using Entry = CoreFileMemoryRanges::Entry

Definition at line 14 of file CoreFileMemoryRanges.cpp.

Function Documentation

◆ IntersectHelper()

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

Definition at line 21 of file CoreFileMemoryRanges.cpp.

Referenced by OnlyIntersects().

◆ OnlyIntersects()

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

◆ Overlaps()

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

◆ PermissionsMatch()

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