Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp177 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() function in SBModuleSpecList
181 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) in SBModuleSpecList() function in SBModuleSpecList
186 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()
243 SBModuleSpecList
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h91 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);
H A DSBStream.h86 friend class SBModuleSpecList; variable
H A DSBDefines.h88 class LLDB_API SBModuleSpecList; variable
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpecListExtensions.i1 STRING_EXTENSION_OUTSIDE(SBModuleSpecList)
3 %extend lldb::SBModuleSpecList {
H A DSBModuleSpecExtensions.i3 STRING_EXTENSION_OUTSIDE(SBModuleSpecList)
H A DSBModuleSpecDocstrings.i30 ) lldb::SBModuleSpecList;
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39366 result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList(); in _wrap_new_SBModuleSpecList__SWIG_0()
39390 …result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList((lldb::SBModuleSpecList const &)*arg… in _wrap_new_SBModuleSpecList__SWIG_1()
39460 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_Append__SWIG_0()
39490 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_Append__SWIG_1()
39584 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_FindFirstMatchingSpec()
39618 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_FindMatchingSpecs()
39652 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_GetSize()
39676 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_GetSpecAtIndex()
39706 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList_GetDescription()
39737 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ; in _wrap_SBModuleSpecList___tostring()
[all …]