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 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()40 SBModuleSpec::~SBModuleSpec() = default;42 bool SBModuleSpec::IsValid() const { in IsValid()46 SBModuleSpec::operator bool() const { in operator bool()52 void SBModuleSpec::Clear() { in Clear()58 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()65 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec()71 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec()[all …]
55 SBModuleSpec.cpp
36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule()
1503 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);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);
70 friend class SBModuleSpec; variable
79 friend class SBModuleSpec; variable
26 SBModule(const SBModuleSpec &module_spec);
72 class LLDB_API SBModuleSpec; variable
294 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
11 class SBModuleSpec15 SBModuleSpec ();17 SBModuleSpec (const lldb::SBModuleSpec &rhs);19 ~SBModuleSpec ();94 STRING_EXTENSION(SBModuleSpec)114 Append (const lldb::SBModuleSpec &spec);119 lldb::SBModuleSpec120 FindFirstMatchingSpec (const lldb::SBModuleSpec &match_spec);123 FindMatchingSpecs (const lldb::SBModuleSpec &match_spec);128 lldb::SBModuleSpec
125 SBModule (const lldb::SBModuleSpec &module_spec);
360 AddModule (const SBModuleSpec &module_spec);
45 SBModuleSpec.cpp \
77 "SBModuleSpec.cpp",
49 %include "./interface/SBModuleSpec.i"
45 #include "lldb/API/SBModuleSpec.h"
61 Redirect 301 /python_reference/lldb.SBModuleSpec-class.html https://lldb.llvm.org/python_api/lldb.S…
3624 lldb/include/lldb/API/SBModuleSpec.h3910 lldb/source/API/SBModuleSpec.cpp