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 SBModuleSpec::SBModuleSpec(const lldb_private::ModuleSpec &module_spec) in SBModuleSpec() function in SBModuleSpec
37 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()
76 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec()
82 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec()
88 lldb::SBFileSpec SBModuleSpec::GetSymbolFileSpec() { in GetSymbolFileSpec()
94 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec()
100 const char *SBModuleSpec::GetObjectName() { in GetObjectName()
106 void SBModuleSpec::SetObjectName(const char *name) { in SetObjectName()
112 const char *SBModuleSpec::GetTriple() { in GetTriple()
123 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple()
129 const uint8_t *SBModuleSpec::GetUUIDBytes() { in GetUUIDBytes()
134 size_t SBModuleSpec::GetUUIDLength() { in GetUUIDLength()
140 bool SBModuleSpec::SetUUIDBytes(const uint8_t *uuid, size_t uuid_len) { in SetUUIDBytes()
146 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription()
153 uint64_t SBModuleSpec::GetObjectOffset() { in GetObjectOffset()
159 void SBModuleSpec::SetObjectOffset(uint64_t object_offset) { in SetObjectOffset()
165 uint64_t SBModuleSpec::GetObjectSize() { in GetObjectSize()
171 void SBModuleSpec::SetObjectSize(uint64_t object_size) { in SetObjectSize()
207 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append()
225 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex()
228 SBModuleSpec sb_module_spec; in GetSpecAtIndex()
233 SBModuleSpec
234 SBModuleSpecList::FindFirstMatchingSpec(const SBModuleSpec &match_spec) { in FindFirstMatchingSpec()
237 SBModuleSpec sb_module_spec; in FindFirstMatchingSpec()
244 SBModuleSpecList::FindMatchingSpecs(const SBModuleSpec &match_spec) { in FindMatchingSpecs()