Searched refs:GetSystemArchitecture (Results 1 – 7 of 7) sorted by relevance
21 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
215 ArchSpec remote_arch = m_gdb_client.GetSystemArchitecture(); in GetSupportedArchitectureAtIndex()250 return m_gdb_client.GetSystemArchitecture(); in GetRemoteSystemArchitecture()
273 ArchSpec GetSystemArchitecture();
973 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
285 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
498 const ArchSpec &GetSystemArchitecture();
413 ArchSpec arch(GetSystemArchitecture()); in GetStatus()937 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform