Home
last modified time | relevance | path

Searched refs:SBMemoryRegionInfoList (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBMemoryRegionInfoList.cpp67 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 SBMemoryRegionInfoList
75 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBMemoryRegionInfoList); in SBMemoryRegionInfoList()
78 SBMemoryRegionInfoList::SBMemoryRegionInfoList( in SBMemoryRegionInfoList() function in SBMemoryRegionInfoList
79 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 …]
DSBProcess.cpp1281 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()
DSBReproducer.cpp97 RegisterMethods<SBMemoryRegionInfoList>(R); in SBRegistry()
DCMakeLists.txt57 SBMemoryRegionInfoList.cpp
/external/llvm-project/lldb/include/lldb/API/
DSBMemoryRegionInfoList.h18 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 &region_list);
DSBMemoryRegionInfo.h84 friend class SBMemoryRegionInfoList; variable
DSBDefines.h58 class LLDB_API SBMemoryRegionInfoList; variable
DSBProcess.h389 lldb::SBMemoryRegionInfoList GetMemoryRegions();
/external/llvm-project/lldb/bindings/interface/
DSBMemoryRegionInfoList.i11 class SBMemoryRegionInfoList
15 SBMemoryRegionInfoList ();
17 SBMemoryRegionInfoList (const lldb::SBMemoryRegionInfoList &rhs);
19 ~SBMemoryRegionInfoList ();
31 Append (lldb::SBMemoryRegionInfoList &region_list);
DSBProcess.i411 lldb::SBMemoryRegionInfoList
/external/llvm-project/lldb/bindings/
Dheaders.swig43 #include "lldb/API/SBMemoryRegionInfoList.h"
Dinterfaces.swig50 %include "./interface/SBMemoryRegionInfoList.i"