Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp102 SBModuleSpecList::SBModuleSpecList() : m_opaque_ap(new ModuleSpecList()) {} in SBModuleSpecList() function in SBModuleSpecList
104 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList
107 SBModuleSpecList &SBModuleSpecList::operator=(const SBModuleSpecList &rhs) { in operator =()
113 SBModuleSpecList::~SBModuleSpecList() {} in ~SBModuleSpecList()
115 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications()
116 SBModuleSpecList specs; in GetModuleSpecifications()
124 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append()
128 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append()
134 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex()
148 SBModuleSpecList
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h86 friend class SBModuleSpecList;
93 class SBModuleSpecList {
95 SBModuleSpecList();
97 SBModuleSpecList(const SBModuleSpecList &rhs);
99 ~SBModuleSpecList();
101 SBModuleSpecList &operator=(const SBModuleSpecList &rhs);
103 static SBModuleSpecList GetModuleSpecifications(const char *path);
107 void Append(const SBModuleSpecList &spec_list);
111 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
H A DSBStream.h72 friend class SBModuleSpecList; variable
H A DSBDefines.h65 class LLDB_API SBModuleSpecList; variable