Searched refs:GetSystemArchitecture (Results 1 – 11 of 11) sorted by relevance
20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
178 return m_gdb_client_up->GetSystemArchitecture(); in GetRemoteSystemArchitecture()263 ArchSpec remote_arch = m_gdb_client_up->GetSystemArchitecture(); in ConnectRemote()
73 ArchSpec GetSystemArchitecture() override;
239 ArchSpec GetSystemArchitecture();
992 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
217 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
285 ArchSpec arch(GetSystemArchitecture()); in GetStatus()883 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform1519 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
2955 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
416 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
465 const ArchSpec &GetSystemArchitecture();
745 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function