Searched refs:sb_spec (Results 1 – 1 of 1) sorted by relevance
62 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec() local63 return LLDB_RECORD_RESULT(sb_spec); in GetFileSpec()66 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() argument68 (const lldb::SBFileSpec &), sb_spec); in SetFileSpec()70 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()80 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() argument82 (const lldb::SBFileSpec &), sb_spec); in SetPlatformFileSpec()84 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()93 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec() argument95 (const lldb::SBFileSpec &), sb_spec); in SetSymbolFileSpec()[all …]