Home
last modified time | relevance | path

Searched refs:GetSystemArchitecture (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp138 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
H A DPlatformRemoteAppleWatch.cpp149 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
H A DPlatformDarwin.cpp606 const ArchSpec system_arch = GetSystemArchitecture(); in ARMGetSupportedArchitectures()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h71 ArchSpec GetSystemArchitecture() override;
H A DProcessWindows.cpp580 ArchSpec ProcessWindows::GetSystemArchitecture() { in GetSystemArchitecture() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp172 return m_gdb_client_up->GetSystemArchitecture(); in GetRemoteSystemArchitecture()
257 ArchSpec remote_arch = m_gdb_client_up->GetSystemArchitecture(); in ConnectRemote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h72 ArchSpec GetSystemArchitecture() override;
H A DGDBRemoteCommunicationClient.h242 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp987 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp211 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp412 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp289 ArchSpec arch(GetSystemArchitecture()); in GetStatus()
887 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
1515 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
H A DProcess.cpp2926 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h432 const ArchSpec &GetSystemArchitecture();
H A DProcess.h690 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function