Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
196 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex()
[all …]
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess62 …edirect 301 /python_reference/lldb.SBModuleSpecList-class.html https://lldb.llvm.org/python_api/ll…