Searched refs:SBModuleSpec (Results 1 – 10 of 10) sorted by relevance
21 SBModuleSpec::SBModuleSpec() : m_opaque_ap(new lldb_private::ModuleSpec()) {} in SBModuleSpec() function in SBModuleSpec23 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) in SBModuleSpec() function in SBModuleSpec26 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()32 SBModuleSpec::~SBModuleSpec() {} in ~SBModuleSpec()38 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()63 const char *SBModuleSpec::GetObjectName() { in GetObjectName()71 const char *SBModuleSpec::GetTriple() { in GetTriple()88 size_t SBModuleSpec::GetUUIDLength() { in GetUUIDLength()135 SBModuleSpec sb_module_spec; in GetSpecAtIndex()140 SBModuleSpec[all …]
38 SBModule::SBModule(const SBModuleSpec &module_spec) : m_opaque_sp() { in SBModule()
1570 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
18 class LLDB_API SBModuleSpec {20 SBModuleSpec();22 SBModuleSpec(const SBModuleSpec &rhs);24 ~SBModuleSpec();26 const SBModuleSpec &operator=(const SBModuleSpec &rhs);105 void Append(const SBModuleSpec &spec);109 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);111 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);115 SBModuleSpec GetSpecAtIndex(size_t i);
66 friend class SBModuleSpec; variable
71 friend class SBModuleSpec; variable
27 SBModule(const SBModuleSpec &module_spec);
64 class LLDB_API SBModuleSpec; variable
308 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
49 SRCS+= API/SBModuleSpec.cpp