Lines Matching refs:SBModuleSpecList
177 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList
181 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList
186 SBModuleSpecList &SBModuleSpecList::operator=(const SBModuleSpecList &rhs) { in operator =()
194 SBModuleSpecList::~SBModuleSpecList() = default;
196 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications()
199 SBModuleSpecList specs; in GetModuleSpecifications()
207 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append()
213 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append()
219 size_t SBModuleSpecList::GetSize() { in GetSize()
225 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex()
234 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec()
243 SBModuleSpecList
244 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs()
247 SBModuleSpecList specs; in FindMatchingSpecs()
253 bool SBModuleSpecList::GetDescription(lldb::SBStream &description) { in GetDescription()