Lines Matching refs:SBModuleSpecList
148 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()
205 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec()
214 SBModuleSpecList
215 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs()
218 SBModuleSpecList specs; in FindMatchingSpecs()
224 bool SBModuleSpecList::GetDescription(lldb::SBStream &description) { in GetDescription()