Lines Matching refs:SBModuleSpecList
147 SBModuleSpecList::SBModuleSpecList() : in SBModuleSpecList() function in SBModuleSpecList
153 SBModuleSpecList::SBModuleSpecList (const SBModuleSpecList &rhs) : in SBModuleSpecList() function in SBModuleSpecList
159 SBModuleSpecList &
160 SBModuleSpecList::operator = (const SBModuleSpecList &rhs) in operator =()
167 SBModuleSpecList::~SBModuleSpecList() in ~SBModuleSpecList()
172 SBModuleSpecList
173 SBModuleSpecList::GetModuleSpecifications (const char *path) in GetModuleSpecifications()
175 SBModuleSpecList specs; in GetModuleSpecifications()
183 SBModuleSpecList::Append (const SBModuleSpec &spec) in Append()
189 SBModuleSpecList::Append (const SBModuleSpecList &spec_list) in Append()
195 SBModuleSpecList::GetSize() in GetSize()
201 SBModuleSpecList::GetSpecAtIndex (size_t i) in GetSpecAtIndex()
209 SBModuleSpecList::FindFirstMatchingSpec (const SBModuleSpec &match_spec) in FindFirstMatchingSpec()
216 SBModuleSpecList
217 SBModuleSpecList::FindMatchingSpecs (const SBModuleSpec &match_spec) in FindMatchingSpecs()
219 SBModuleSpecList specs; in FindMatchingSpecs()
226 SBModuleSpecList::GetDescription (lldb::SBStream &description) in GetDescription()