LLDB mainline
|
Public Member Functions | |
MemoryRegionInfoListImpl () | |
MemoryRegionInfoListImpl (const MemoryRegionInfoListImpl &rhs)=default | |
MemoryRegionInfoListImpl & | operator= (const MemoryRegionInfoListImpl &rhs) |
size_t | GetSize () const |
void | Reserve (size_t capacity) |
void | Append (const MemoryRegionInfo &sb_region) |
void | Append (const MemoryRegionInfoListImpl &list) |
void | Clear () |
bool | GetMemoryRegionContainingAddress (lldb::addr_t addr, MemoryRegionInfo ®ion_info) |
bool | GetMemoryRegionInfoAtIndex (size_t index, MemoryRegionInfo ®ion_info) |
MemoryRegionInfos & | Ref () |
const MemoryRegionInfos & | Ref () const |
Private Attributes | |
MemoryRegionInfos | m_regions |
Definition at line 20 of file SBMemoryRegionInfoList.cpp.
|
inline |
Definition at line 22 of file SBMemoryRegionInfoList.cpp.
|
default |
|
inline |
Definition at line 37 of file SBMemoryRegionInfoList.cpp.
References m_regions.
Referenced by Append().
|
inline |
|
inline |
Definition at line 48 of file SBMemoryRegionInfoList.cpp.
References m_regions.
|
inline |
Definition at line 50 of file SBMemoryRegionInfoList.cpp.
References m_regions.
|
inline |
Definition at line 61 of file SBMemoryRegionInfoList.cpp.
|
inline |
Definition at line 33 of file SBMemoryRegionInfoList.cpp.
References m_regions.
Referenced by Append(), and GetMemoryRegionInfoAtIndex().
|
inline |
Definition at line 26 of file SBMemoryRegionInfoList.cpp.
References m_regions.
|
inline |
Definition at line 69 of file SBMemoryRegionInfoList.cpp.
References m_regions.
|
inline |
Definition at line 71 of file SBMemoryRegionInfoList.cpp.
References m_regions.
|
inline |
Definition at line 35 of file SBMemoryRegionInfoList.cpp.
References m_regions.
Referenced by Append().
|
private |
Definition at line 74 of file SBMemoryRegionInfoList.cpp.
Referenced by Append(), Clear(), GetMemoryRegionContainingAddress(), GetMemoryRegionInfoAtIndex(), GetSize(), operator=(), Ref(), and Reserve().