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.
References m_regions.
Referenced by Append(), MemoryRegionInfoListImpl(), and operator=().
|
default |
References MemoryRegionInfoListImpl().
|
inline |
Definition at line 37 of file SBMemoryRegionInfoList.cpp.
References m_regions.
Referenced by Append().
|
inline |
Definition at line 41 of file SBMemoryRegionInfoList.cpp.
References Append(), GetSize(), m_regions, MemoryRegionInfoListImpl(), and Reserve().
|
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, and MemoryRegionInfoListImpl().
|
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(), Append(), Clear(), GetMemoryRegionContainingAddress(), GetMemoryRegionInfoAtIndex(), GetSize(), MemoryRegionInfoListImpl(), operator=(), Ref(), Ref(), and Reserve().