Searched refs:SBMemoryRegionInfoList (Results 1 – 12 of 12) sorted by relevance
67 MemoryRegionInfos &SBMemoryRegionInfoList::ref() { return m_opaque_up->Ref(); } in ref()69 const MemoryRegionInfos &SBMemoryRegionInfoList::ref() const { in ref()73 SBMemoryRegionInfoList::SBMemoryRegionInfoList() in SBMemoryRegionInfoList() function in SBMemoryRegionInfoList75 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBMemoryRegionInfoList); in SBMemoryRegionInfoList()78 SBMemoryRegionInfoList::SBMemoryRegionInfoList( in SBMemoryRegionInfoList() function in SBMemoryRegionInfoList79 const SBMemoryRegionInfoList &rhs) in SBMemoryRegionInfoList()81 LLDB_RECORD_CONSTRUCTOR(SBMemoryRegionInfoList, in SBMemoryRegionInfoList()82 (const lldb::SBMemoryRegionInfoList &), rhs); in SBMemoryRegionInfoList()85 SBMemoryRegionInfoList::~SBMemoryRegionInfoList() = default;87 const SBMemoryRegionInfoList &SBMemoryRegionInfoList::[all …]
1281 lldb::SBMemoryRegionInfoList SBProcess::GetMemoryRegions() { in GetMemoryRegions()1282 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBMemoryRegionInfoList, SBProcess, in GetMemoryRegions()1285 lldb::SBMemoryRegionInfoList sb_region_list; in GetMemoryRegions()1439 LLDB_REGISTER_METHOD(lldb::SBMemoryRegionInfoList, SBProcess, in RegisterMethods()
97 RegisterMethods<SBMemoryRegionInfoList>(R); in SBRegistry()
57 SBMemoryRegionInfoList.cpp
18 class LLDB_API SBMemoryRegionInfoList {20 SBMemoryRegionInfoList();22 SBMemoryRegionInfoList(const lldb::SBMemoryRegionInfoList &rhs);24 const SBMemoryRegionInfoList &operator=(const SBMemoryRegionInfoList &rhs);26 ~SBMemoryRegionInfoList();34 void Append(lldb::SBMemoryRegionInfoList ®ion_list);
84 friend class SBMemoryRegionInfoList; variable
58 class LLDB_API SBMemoryRegionInfoList; variable
389 lldb::SBMemoryRegionInfoList GetMemoryRegions();
11 class SBMemoryRegionInfoList15 SBMemoryRegionInfoList ();17 SBMemoryRegionInfoList (const lldb::SBMemoryRegionInfoList &rhs);19 ~SBMemoryRegionInfoList ();31 Append (lldb::SBMemoryRegionInfoList ®ion_list);
411 lldb::SBMemoryRegionInfoList
43 #include "lldb/API/SBMemoryRegionInfoList.h"
50 %include "./interface/SBMemoryRegionInfoList.i"