Searched refs:GetSystemArchitecture (Results 1 – 16 of 16) sorted by relevance
20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
138 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
149 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
606 const ArchSpec system_arch = GetSystemArchitecture(); in ARMGetSupportedArchitectures()
71 ArchSpec GetSystemArchitecture() override;
580 ArchSpec ProcessWindows::GetSystemArchitecture() { in GetSystemArchitecture() function in lldb_private::ProcessWindows
172 return m_gdb_client_up->GetSystemArchitecture(); in GetRemoteSystemArchitecture()257 ArchSpec remote_arch = m_gdb_client_up->GetSystemArchitecture(); in ConnectRemote()
72 ArchSpec GetSystemArchitecture() override;
242 ArchSpec GetSystemArchitecture();
987 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
211 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
412 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
289 ArchSpec arch(GetSystemArchitecture()); in GetStatus()887 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform1515 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
2926 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
432 const ArchSpec &GetSystemArchitecture();
690 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function