Lines Matching refs:SBModuleSpec
21 SBModuleSpec::SBModuleSpec() : m_opaque_ap(new lldb_private::ModuleSpec()) {} in SBModuleSpec() function in SBModuleSpec
23 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) in SBModuleSpec() function in SBModuleSpec
26 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()
32 SBModuleSpec::~SBModuleSpec() {} in ~SBModuleSpec()
34 bool SBModuleSpec::IsValid() const { return m_opaque_ap->operator bool(); } in IsValid()
36 void SBModuleSpec::Clear() { m_opaque_ap->Clear(); } in Clear()
38 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()
43 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec()
47 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec()
51 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec()
55 lldb::SBFileSpec SBModuleSpec::GetSymbolFileSpec() { in GetSymbolFileSpec()
59 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec()
63 const char *SBModuleSpec::GetObjectName() { in GetObjectName()
67 void SBModuleSpec::SetObjectName(const char *name) { in SetObjectName()
71 const char *SBModuleSpec::GetTriple() { in GetTriple()
80 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple()
84 const uint8_t *SBModuleSpec::GetUUIDBytes() { in GetUUIDBytes()
88 size_t SBModuleSpec::GetUUIDLength() { in GetUUIDLength()
92 bool SBModuleSpec::SetUUIDBytes(const uint8_t *uuid, size_t uuid_len) { in SetUUIDBytes()
97 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription()
124 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append()
134 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex()
135 SBModuleSpec sb_module_spec; in GetSpecAtIndex()
140 SBModuleSpec
141 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec()
142 SBModuleSpec sb_module_spec; in FindFirstMatchingSpec()
149 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs()