Searched refs:MemoryRegionInfoListImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h14 class MemoryRegionInfoListImpl;
39 const MemoryRegionInfoListImpl *operator->() const;
41 const MemoryRegionInfoListImpl &operator*() const;
50 std::unique_ptr<MemoryRegionInfoListImpl> m_opaque_up;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp20 class MemoryRegionInfoListImpl { class
22 MemoryRegionInfoListImpl() : m_regions() {} function in class:MemoryRegionInfoListImpl
24 MemoryRegionInfoListImpl(const MemoryRegionInfoListImpl &rhs) function in class:MemoryRegionInfoListImpl
27 MemoryRegionInfoListImpl &operator=(const MemoryRegionInfoListImpl &rhs) {
42 void Append(const MemoryRegionInfoListImpl &list) {
74 : m_opaque_up(new MemoryRegionInfoListImpl()) {
80 : m_opaque_up(new MemoryRegionInfoListImpl(*rhs.m_opaque_up)) {
134 const MemoryRegionInfoListImpl *SBMemoryRegionInfoLis
[all...]

Completed in 104 milliseconds