Searched refs:GetSystemArchitecture (Results 1 – 7 of 7) sorted by relevance
20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
219 ArchSpec remote_arch = m_gdb_client.GetSystemArchitecture(); in GetSupportedArchitectureAtIndex()254 return m_gdb_client.GetSystemArchitecture(); in GetRemoteSystemArchitecture()
282 ArchSpec GetSystemArchitecture();
985 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
453 const ArchSpec &GetSystemArchitecture();
446 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
411 ArchSpec arch(GetSystemArchitecture()); in GetStatus()904 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform