Searched refs:SBModuleSpecList (Results 1 – 4 of 4) sorted by relevance
102 SBModuleSpecList::SBModuleSpecList() : m_opaque_ap(new ModuleSpecList()) {} in SBModuleSpecList() function in SBModuleSpecList104 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList107 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 …]
86 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);
72 friend class SBModuleSpecList; variable
65 class LLDB_API SBModuleSpecList; variable