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()
605 const ArchSpec system_arch = GetSystemArchitecture(); in ARMGetSupportedArchitectures()
74 ArchSpec GetSystemArchitecture() override;
580 ArchSpec ProcessWindows::GetSystemArchitecture() { in GetSystemArchitecture() function in lldb_private::ProcessWindows
170 return m_gdb_client_up->GetSystemArchitecture(); in GetRemoteSystemArchitecture()260 ArchSpec remote_arch = m_gdb_client_up->GetSystemArchitecture(); in ConnectRemote()
73 ArchSpec GetSystemArchitecture() override;
249 ArchSpec GetSystemArchitecture();
1006 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()
288 ArchSpec arch(GetSystemArchitecture()); in GetStatus()885 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform1514 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
2905 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
431 const ArchSpec &GetSystemArchitecture();
697 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function