Lines Matching refs:SBModuleSpec

22 SBModuleSpec::SBModuleSpec () :  in SBModuleSpec()  function in SBModuleSpec
27 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) : in SBModuleSpec() function in SBModuleSpec
32 const SBModuleSpec &
33 SBModuleSpec::operator = (const SBModuleSpec &rhs) in operator =()
40 SBModuleSpec::~SBModuleSpec () in ~SBModuleSpec()
45 SBModuleSpec::IsValid () const in IsValid()
51 SBModuleSpec::Clear() in Clear()
57 SBModuleSpec::GetFileSpec () in GetFileSpec()
64 SBModuleSpec::SetFileSpec (const lldb::SBFileSpec &sb_spec) in SetFileSpec()
70 SBModuleSpec::GetPlatformFileSpec () in GetPlatformFileSpec()
76 SBModuleSpec::SetPlatformFileSpec (const lldb::SBFileSpec &sb_spec) in SetPlatformFileSpec()
82 SBModuleSpec::GetSymbolFileSpec () in GetSymbolFileSpec()
88 SBModuleSpec::SetSymbolFileSpec (const lldb::SBFileSpec &sb_spec) in SetSymbolFileSpec()
94 SBModuleSpec::GetObjectName () in GetObjectName()
100 SBModuleSpec::SetObjectName (const char *name) in SetObjectName()
106 SBModuleSpec::GetTriple () in GetTriple()
117 SBModuleSpec::SetTriple (const char *triple) in SetTriple()
123 SBModuleSpec::GetUUIDBytes () in GetUUIDBytes()
129 SBModuleSpec::GetUUIDLength () in GetUUIDLength()
135 SBModuleSpec::SetUUIDBytes (const uint8_t *uuid, size_t uuid_len) in SetUUIDBytes()
141 SBModuleSpec::GetDescription (lldb::SBStream &description) in GetDescription()
183 SBModuleSpecList::Append (const SBModuleSpec &spec) in Append()
200 SBModuleSpec
203 SBModuleSpec sb_module_spec; in GetSpecAtIndex()
208 SBModuleSpec
209 SBModuleSpecList::FindFirstMatchingSpec (const SBModuleSpec &match_spec) in FindFirstMatchingSpec()
211 SBModuleSpec sb_module_spec; in FindFirstMatchingSpec()
217 SBModuleSpecList::FindMatchingSpecs (const SBModuleSpec &match_spec) in FindMatchingSpecs()