Lines Matching refs:SBModuleSpec
22 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 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()
77 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec()
83 lldb::SBFileSpec SBModuleSpec::GetSymbolFileSpec() { in GetSymbolFileSpec()
89 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec()
95 const char *SBModuleSpec::GetObjectName() { in GetObjectName()
101 void SBModuleSpec::SetObjectName(const char *name) { in SetObjectName()
107 const char *SBModuleSpec::GetTriple() { in GetTriple()
118 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple()
124 const uint8_t *SBModuleSpec::GetUUIDBytes() { in GetUUIDBytes()
129 size_t SBModuleSpec::GetUUIDLength() { in GetUUIDLength()
135 bool SBModuleSpec::SetUUIDBytes(const uint8_t *uuid, size_t uuid_len) { in SetUUIDBytes()
141 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription()
178 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append()
196 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex()
199 SBModuleSpec sb_module_spec; in GetSpecAtIndex()
204 SBModuleSpec
205 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec()
208 SBModuleSpec sb_module_spec; in FindFirstMatchingSpec()
215 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs()