Searched refs:SBModuleSpecList (Results 1 – 6 of 6) sorted by relevance
148 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList152 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList157 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 …]
83 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);
80 friend class SBModuleSpecList; variable
73 class LLDB_API SBModuleSpecList; variable
100 ) SBModuleSpecList;101 class SBModuleSpecList104 SBModuleSpecList();106 SBModuleSpecList (const SBModuleSpecList &rhs);108 ~SBModuleSpecList();110 static SBModuleSpecList117 Append (const lldb::SBModuleSpecList &spec_list);122 lldb::SBModuleSpecList134 STRING_EXTENSION(SBModuleSpecList)
62 …edirect 301 /python_reference/lldb.SBModuleSpecList-class.html https://lldb.llvm.org/python_api/ll…