Searched refs:SBModuleSpec (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 22 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 D | SBModule.cpp | 38 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 D | SBReproducer.cpp | 99 RegisterMethods<SBModuleSpec>(R); in SBRegistry()
|
| H A D | SBTarget.cpp | 1647 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 D | SBModuleSpec.h | 17 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 D | SBFileSpec.h | 70 friend class SBModuleSpec; variable
|
| H A D | SBStream.h | 79 friend class SBModuleSpec; variable
|
| H A D | SBModule.h | 26 SBModule(const SBModuleSpec &module_spec);
|
| H A D | SBDefines.h | 60 class LLDB_API SBModuleSpec; variable
|
| H A D | SBTarget.h | 294 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 11 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 D | SBModule.i | 125 SBModule (const lldb::SBModuleSpec &module_spec);
|
| H A D | SBTarget.i | 360 AddModule (const SBModuleSpec &module_spec);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 52 %include "./interface/SBModuleSpec.i"
|
| H A D | headers.swig | 45 #include "lldb/API/SBModuleSpec.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 35750 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 D | Makefile | 55 SRCS+= API/SBModuleSpec.cpp
|