Home
last modified time | relevance | path

Searched refs:SBModuleSpec (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp22 SBModuleSpec::SBModuleSpec() : m_opaque_up(new lldb_private::ModuleSpec()) { in SBModuleSpec() function in SBModuleSpec
26 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) : m_opaque_up() { in SBModuleSpec() function in SBModuleSpec
27 LLDB_RECORD_CONSTRUCTOR(SBModuleSpec, (const lldb::SBModuleSpec &), rhs); in SBModuleSpec()
32 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()
34 SBModuleSpec, operator=,(const lldb::SBModuleSpec &), rhs); in operator =()
41 SBModuleSpec::~SBModuleSpec() = default;
53 void SBModuleSpec::Clear() { in Clear()
210 SBModuleSpec sb_module_spec; in GetSpecAtIndex()
215 SBModuleSpec
253 LLDB_REGISTER_CONSTRUCTOR(SBModuleSpec, (const lldb::SBModuleSpec &)); in RegisterMethods()
[all …]
H A DSBModule.cpp38 SBModule::SBModule(const SBModuleSpec &module_spec) : m_opaque_sp() { in SBModule()
39 LLDB_RECORD_CONSTRUCTOR(SBModule, (const lldb::SBModuleSpec &), module_spec); in SBModule()
705 LLDB_REGISTER_CONSTRUCTOR(SBModule, (const lldb::SBModuleSpec &)); in RegisterMethods()
H A DSBReproducer.cpp99 RegisterMethods<SBModuleSpec>(R); in SBRegistry()
H A DSBTarget.cpp1647 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1649 (const lldb::SBModuleSpec &), module_spec); in AddModule()
2673 (const lldb::SBModuleSpec &)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h17 class LLDB_API SBModuleSpec {
19 SBModuleSpec();
21 SBModuleSpec(const SBModuleSpec &rhs);
23 ~SBModuleSpec();
25 const SBModuleSpec &operator=(const SBModuleSpec &rhs);
102 void Append(const SBModuleSpec &spec);
106 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
108 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
112 SBModuleSpec GetSpecAtIndex(size_t i);
H A DSBFileSpec.h70 friend class SBModuleSpec; variable
H A DSBStream.h79 friend class SBModuleSpec; variable
H A DSBModule.h26 SBModule(const SBModuleSpec &module_spec);
H A DSBDefines.h60 class LLDB_API SBModuleSpec; variable
H A DSBTarget.h294 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i11 class SBModuleSpec
15 SBModuleSpec ();
17 SBModuleSpec (const lldb::SBModuleSpec &rhs);
19 ~SBModuleSpec ();
94 STRING_EXTENSION(SBModuleSpec)
114 Append (const lldb::SBModuleSpec &spec);
119 lldb::SBModuleSpec
120 FindFirstMatchingSpec (const lldb::SBModuleSpec &match_spec);
123 FindMatchingSpecs (const lldb::SBModuleSpec &match_spec);
128 lldb::SBModuleSpec
H A DSBModule.i125 SBModule (const lldb::SBModuleSpec &module_spec);
H A DSBTarget.i360 AddModule (const SBModuleSpec &module_spec);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig52 %include "./interface/SBModuleSpec.i"
H A Dheaders.swig45 #include "lldb/API/SBModuleSpec.h"
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35750 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec((lldb::SBModuleSpec const &)*arg1); in _wrap_new_SBModuleSpec__SWIG_1()
35797 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_IsValid()
35821 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_Clear()
35844 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_GetFileSpec()
35871 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_SetFileSpec()
35901 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_GetPlatformFileSpec()
35928 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_SetPlatformFileSpec()
35958 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_GetSymbolFileSpec()
36251 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) obj; in swig_delete_SBModuleSpec()
36557 lldb::SBModuleSpec * resultptr = new lldb::SBModuleSpec((const lldb::SBModuleSpec &) result); in _wrap_SBModuleSpecList_FindFirstMatchingSpec()
[all …]
H A DMakefile55 SRCS+= API/SBModuleSpec.cpp