Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBModuleSpec.cpp148 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList
152 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList
157 SBModuleSpecList &SBModuleSpecList::operator=(const SBModuleSpecList &rhs) { in operator =()
165 SBModuleSpecList::~SBModuleSpecList() = default;
167 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications()
170 SBModuleSpecList specs; in GetModuleSpecifications()
178 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append()
184 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append()
190 size_t SBModuleSpecList::GetSize() { in GetSize()
214 SBModuleSpecList
[all …]
/llvm-project-15.0.7/lldb/include/lldb/API/
H A 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);
H A DSBStream.h80 friend class SBModuleSpecList; variable
H A DSBDefines.h73 class LLDB_API SBModuleSpecList; variable
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModuleSpec.i100 ) SBModuleSpecList;
101 class SBModuleSpecList
104 SBModuleSpecList();
106 SBModuleSpecList (const SBModuleSpecList &rhs);
108 ~SBModuleSpecList();
110 static SBModuleSpecList
117 Append (const lldb::SBModuleSpecList &spec_list);
122 lldb::SBModuleSpecList
134 STRING_EXTENSION(SBModuleSpecList)
/llvm-project-15.0.7/lldb/test/API/functionalities/archives/
H A DTestBSDArchives.py64 module_specs = lldb.SBModuleSpecList.GetModuleSpecifications(archive_path)
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess62 …edirect 301 /python_reference/lldb.SBModuleSpecList-class.html https://lldb.llvm.org/python_api/ll…