Home
last modified time | relevance | path

Searched refs:SBModuleSpecList (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp156 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList
162 SBModuleSpecList &SBModuleSpecList::operator=(const SBModuleSpecList &rhs) { in operator =()
165 SBModuleSpecList, operator=,(const lldb::SBModuleSpecList &), rhs); in operator =()
172 SBModuleSpecList::~SBModuleSpecList() = default;
175 LLDB_RECORD_STATIC_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in GetModuleSpecifications()
193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append()
227 SBModuleSpecList
229 LLDB_RECORD_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in FindMatchingSpecs()
281 SBModuleSpecList, operator=,(const lldb::SBModuleSpecList &)); in RegisterMethods()
282 LLDB_REGISTER_STATIC_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in RegisterMethods()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h83 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);
H A DSBStream.h80 friend class SBModuleSpecList; variable
H A DSBDefines.h61 class LLDB_API SBModuleSpecList; variable
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i100 ) SBModuleSpecList;
101 class SBModuleSpecList
104 SBModuleSpecList();
106 SBModuleSpecList (const SBModuleSpecList &rhs);
108 ~SBModuleSpecList();
110 static SBModuleSpecList
117 Append (const lldb::SBModuleSpecList &spec_list);
122 lldb::SBModuleSpecList
134 STRING_EXTENSION(SBModuleSpecList)
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36344 …result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList((lldb::SBModuleSpecList const &)*arg… in _wrap_new_SBModuleSpecList__SWIG_1()
36399 …lldb::SBModuleSpecList * resultptr = new lldb::SBModuleSpecList((const lldb::SBModuleSpecList &) r… in _wrap_SBModuleSpecList_GetModuleSpecifications()
36414 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_Append__SWIG_0()
36444 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_Append__SWIG_1()
36538 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_FindFirstMatchingSpec()
36572 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_FindMatchingSpecs()
36591 …lldb::SBModuleSpecList * resultptr = new lldb::SBModuleSpecList((const lldb::SBModuleSpecList &) r… in _wrap_SBModuleSpecList_FindMatchingSpecs()
36606 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_GetSize()
36630 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_GetSpecAtIndex()
36660 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_GetDescription()
[all …]