Searched refs:SBModuleSpec (Results 1 – 19 of 19) sorted by relevance
22 SBModuleSpec::SBModuleSpec() : m_opaque_up(new lldb_private::ModuleSpec()) { in SBModuleSpec() function in SBModuleSpec26 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) { in SBModuleSpec() function in SBModuleSpec32 SBModuleSpec::SBModuleSpec(const lldb_private::ModuleSpec &module_spec) in SBModuleSpec() function in SBModuleSpec37 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 …]
15 #include "lldb/API/SBModuleSpec.h"714 // because of the SBModuleSpec and SBFileSpec dependencies. Use a lambda to715 // convert ModuleSpec/FileSpec <--> SBModuleSpec/SBFileSpec for the callback721 SBModuleSpec module_spec_sb(module_spec);
12 #include "lldb/API/SBModuleSpec.h"36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule()
1520 SBModuleSpec sb_modulespec(module_spec); in AddModule()1525 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
17 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);
90 class LLDB_API SBModuleSpec; variable146 void *baton, const SBModuleSpec &module_spec, SBFileSpec &module_file_spec,
73 friend class SBModuleSpec; variable
91 friend class SBModuleSpec; variable
26 SBModule(const SBModuleSpec &module_spec);
310 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
10 ) lldb::SBModuleSpec::GetFileSpec;26 ) lldb::SBModuleSpec::GetPlatformFileSpec;
1 STRING_EXTENSION_OUTSIDE(SBModuleSpec)
34 class SBModuleSpec; variable113 ToSWIGWrapper(std::unique_ptr<lldb::SBModuleSpec> module_spec_sb);
132 std::unique_ptr<lldb::SBModuleSpec> module_spec_sb) {
1044 void *callback_baton, const SBModuleSpec &module_spec_sb,1050 std::make_unique<SBModuleSpec>(module_spec_sb));
50 #include "lldb/API/SBModuleSpec.h"
131 %include "lldb/API/SBModuleSpec.h"
3553 SWIGINTERN std::string lldb_SBModuleSpec___repr__(lldb::SBModuleSpec *self){ in lldb_SBModuleSpec___repr__()38553 lldb::SBModuleSpec *arg1 = 0 ; in _wrap_new_SBModule__SWIG_2()38563 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModuleSpec const &)*arg1); in _wrap_new_SBModule__SWIG_2()40302 lldb::SBModuleSpec *result = 0 ; in _wrap_new_SBModuleSpec__SWIG_0()40305 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec(); in _wrap_new_SBModuleSpec__SWIG_0()40319 lldb::SBModuleSpec *arg1 = 0 ; in _wrap_new_SBModuleSpec__SWIG_1()40320 lldb::SBModuleSpec *result = 0 ; in _wrap_new_SBModuleSpec__SWIG_1()40329 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec((lldb::SBModuleSpec const &)*arg1); in _wrap_new_SBModuleSpec__SWIG_1()40376 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ; in _wrap_SBModuleSpec_IsValid()40386 result = (bool)((lldb::SBModuleSpec const *)arg1)->IsValid(); in _wrap_SBModuleSpec_IsValid()[all …]
63 SRCS+= API/SBModuleSpec.cpp