Home
last modified time | relevance | path

Searched refs:SBModuleSpecList (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp152 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList
153 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBModuleSpecList); in SBModuleSpecList()
156 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList
158 LLDB_RECORD_CONSTRUCTOR(SBModuleSpecList, (const lldb::SBModuleSpecList &), in SBModuleSpecList()
162 SBModuleSpecList &SBModuleSpecList::operator=(const SBModuleSpecList &rhs) { in operator =()
164 lldb::SBModuleSpecList &, in operator =()
165 SBModuleSpecList, operator=,(const lldb::SBModuleSpecList &), rhs); in operator =()
172 SBModuleSpecList::~SBModuleSpecList() = default;
174 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications()
175 LLDB_RECORD_STATIC_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in GetModuleSpecifications()
[all …]
/external/llvm-project/lldb/include/lldb/API/
DSBModuleSpec.h83 friend class SBModuleSpecList;
90 class SBModuleSpecList {
92 SBModuleSpecList();
94 SBModuleSpecList(const SBModuleSpecList &rhs);
96 ~SBModuleSpecList();
98 SBModuleSpecList &operator=(const SBModuleSpecList &rhs);
100 static SBModuleSpecList GetModuleSpecifications(const char *path);
104 void Append(const SBModuleSpecList &spec_list);
108 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
DSBStream.h79 friend class SBModuleSpecList; variable
DSBDefines.h61 class LLDB_API SBModuleSpecList; variable
/external/llvm-project/lldb/bindings/interface/
DSBModuleSpec.i98 class SBModuleSpecList
101 SBModuleSpecList();
103 SBModuleSpecList (const SBModuleSpecList &rhs);
105 ~SBModuleSpecList();
107 static SBModuleSpecList
114 Append (const lldb::SBModuleSpecList &spec_list);
119 lldb::SBModuleSpecList
131 STRING_EXTENSION(SBModuleSpecList)