Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleTV.cpp138 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
DPlatformRemoteAppleWatch.cpp149 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
DPlatformDarwin.cpp606 const ArchSpec system_arch = GetSystemArchitecture(); in ARMGetSupportedArchitectures()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h71 ArchSpec GetSystemArchitecture() override;
DProcessWindows.cpp580 ArchSpec ProcessWindows::GetSystemArchitecture() { in GetSystemArchitecture() function in lldb_private::ProcessWindows
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
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/
DProcessGDBRemote.h72 ArchSpec GetSystemArchitecture() override;
DGDBRemoteCommunicationClient.h242 ArchSpec GetSystemArchitecture();
DGDBRemoteCommunicationClient.cpp987 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp211 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
/openbsd/src/gnu/llvm/lldb/source/API/
DSBPlatform.cpp412 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/openbsd/src/gnu/llvm/lldb/source/Target/
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()
DProcess.cpp2926 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h432 const ArchSpec &GetSystemArchitecture();
DProcess.h690 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function