Home
last modified time | relevance | path

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

/freebsd/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) { in SBModuleSpec() function in SBModuleSpec
32 SBModuleSpec::SBModuleSpec(const lldb_private::ModuleSpec &module_spec) in SBModuleSpec() function in SBModuleSpec
37 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()
45 SBModuleSpec::~SBModuleSpec() = default;
47 bool SBModuleSpec::IsValid() const { in IsValid()
51 SBModuleSpec::operator bool() const { in operator bool()
57 void SBModuleSpec::Clear() { in Clear()
63 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()
70 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec()
[all …]
H A DSBModule.cpp36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule()
H A DSBPlatform.cpp718 SBModuleSpec module_spec_sb(module_spec); in SetLocateModuleCallback()
H A DSBTarget.cpp1482 SBModuleSpec sb_modulespec(module_spec); in AddModule()
1489 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
/freebsd/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);
96 SBModuleSpec(const lldb_private::ModuleSpec &module_spec);
113 void Append(const SBModuleSpec &spec);
117 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
119 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
123 SBModuleSpec GetSpecAtIndex(size_t i);
H A DSBDefines.h90 class LLDB_API SBModuleSpec; variable
152 void *baton, const lldb::SBModuleSpec &module_spec,
H A DSBFileSpec.h73 friend class SBModuleSpec; variable
H A DSBStream.h91 friend class SBModuleSpec; variable
H A DSBModule.h26 SBModule(const SBModuleSpec &module_spec);
H A DSBTarget.h315 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpecDocstrings.i10 ) lldb::SBModuleSpec::GetFileSpec;
26 ) lldb::SBModuleSpec::GetPlatformFileSpec;
H A DSBModuleSpecExtensions.i1 STRING_EXTENSION_OUTSIDE(SBModuleSpec)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h34 class SBModuleSpec; variable
116 ToSWIGWrapper(std::unique_ptr<lldb::SBModuleSpec> module_spec_sb);
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig141 std::unique_ptr<lldb::SBModuleSpec> module_spec_sb) {
H A Dpython-wrapper.swig1092 void *callback_baton, const SBModuleSpec &module_spec_sb,
1098 std::make_unique<SBModuleSpec>(module_spec_sb));
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig133 %include "lldb/API/SBModuleSpec.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3487 SWIGINTERN std::string lldb_SBModuleSpec___repr__(lldb::SBModuleSpec *self){ in lldb_SBModuleSpec___repr__()
39138 lldb::SBModuleSpec *arg1 = 0 ; in _wrap_new_SBModule__SWIG_2()
39148 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModuleSpec const &)*arg1); in _wrap_new_SBModule__SWIG_2()
40887 lldb::SBModuleSpec *result = 0 ; in _wrap_new_SBModuleSpec__SWIG_0()
40890 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec(); in _wrap_new_SBModuleSpec__SWIG_0()
40904 lldb::SBModuleSpec *arg1 = 0 ; in _wrap_new_SBModuleSpec__SWIG_1()
40905 lldb::SBModuleSpec *result = 0 ; in _wrap_new_SBModuleSpec__SWIG_1()
40914 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec((lldb::SBModuleSpec const &)*arg1); in _wrap_new_SBModuleSpec__SWIG_1()
40961 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_IsValid()
40971 result = (bool)((lldb::SBModuleSpec const *)arg1)->IsValid(); in _wrap_SBModuleSpec_IsValid()
[all …]
H A DMakefile72 SRCS+= API/SBModuleSpec.cpp