Searched refs:SBModuleSpecList (Results 1 – 5 of 5) sorted by relevance
152 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList153 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBModuleSpecList); in SBModuleSpecList()156 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList158 LLDB_RECORD_CONSTRUCTOR(SBModuleSpecList, (const lldb::SBModuleSpecList &), in SBModuleSpecList()162 SBModuleSpecList &SBModuleSpecList::operator=(const SBModuleSpecList &rhs) { in operator =()164 lldb::SBModuleSpecList &, in operator =()165 SBModuleSpecList, operator=,(const lldb::SBModuleSpecList &), rhs); in operator =()172 SBModuleSpecList::~SBModuleSpecList() = default;174 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications()175 LLDB_RECORD_STATIC_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in GetModuleSpecifications()[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);
79 friend class SBModuleSpecList; variable
61 class LLDB_API SBModuleSpecList; variable
98 class SBModuleSpecList101 SBModuleSpecList();103 SBModuleSpecList (const SBModuleSpecList &rhs);105 ~SBModuleSpecList();107 static SBModuleSpecList114 Append (const lldb::SBModuleSpecList &spec_list);119 lldb::SBModuleSpecList131 STRING_EXTENSION(SBModuleSpecList)