Searched refs:SBModuleSpecList (Results 1 – 7 of 7) sorted by relevance
177 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList181 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList186 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()[all …]
91 friend class SBModuleSpecList;101 class SBModuleSpecList {103 SBModuleSpecList();105 SBModuleSpecList(const SBModuleSpecList &rhs);107 ~SBModuleSpecList();109 SBModuleSpecList &operator=(const SBModuleSpecList &rhs);111 static SBModuleSpecList GetModuleSpecifications(const char *path);115 void Append(const SBModuleSpecList &spec_list);119 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
92 friend class SBModuleSpecList; variable
91 class LLDB_API SBModuleSpecList; variable
3 STRING_EXTENSION_OUTSIDE(SBModuleSpecList)
30 ) lldb::SBModuleSpecList;
3563 SWIGINTERN std::string lldb_SBModuleSpecList___repr__(lldb::SBModuleSpecList *self){ in lldb_SBModuleSpecList___repr__()41000 lldb::SBModuleSpecList *result = 0 ; in _wrap_new_SBModuleSpecList__SWIG_0()41003 result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList(); in _wrap_new_SBModuleSpecList__SWIG_0()41017 lldb::SBModuleSpecList *arg1 = 0 ; in _wrap_new_SBModuleSpecList__SWIG_1()41018 lldb::SBModuleSpecList *result = 0 ; in _wrap_new_SBModuleSpecList__SWIG_1()41027 …result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList((lldb::SBModuleSpecList const &)*arg… in _wrap_new_SBModuleSpecList__SWIG_1()41075 lldb::SBModuleSpecList result; in _wrap_SBModuleSpecList_GetModuleSpecifications()41080 result = lldb::SBModuleSpecList::GetModuleSpecifications((char const *)arg1); in _wrap_SBModuleSpecList_GetModuleSpecifications()41082 lldb::SBModuleSpecList * resultptr = new lldb::SBModuleSpecList(result); in _wrap_SBModuleSpecList_GetModuleSpecifications()41097 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_Append__SWIG_0()[all …]