10 #ifndef LLDB_SBMemoryRegionInfo_h_
11 #define LLDB_SBMemoryRegionInfo_h_
37 lldb::addr_t GetRegionBase();
45 lldb::addr_t GetRegionEnd();
89 const char *GetName();
101 lldb_private::MemoryRegionInfo &ref();
103 const lldb_private::MemoryRegionInfo &ref()
const;
107 lldb::MemoryRegionInfoUP m_opaque_ap;
112 #endif // LLDB_SBMemoryRegionInfo_h_
class LLDB_API SBMemoryRegionInfo