Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp178 return m_gdb_client_up->GetSystemArchitecture(); in GetRemoteSystemArchitecture()
256 ArchSpec remote_arch = m_gdb_client_up->GetSystemArchitecture(); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h70 ArchSpec GetSystemArchitecture() override;
H A DGDBRemoteCommunicationClient.h248 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp1034 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp228 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp251 ArchSpec arch(GetSystemArchitecture()); in GetStatus()
816 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
1479 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
H A DProcess.cpp3077 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp415 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h514 const ArchSpec &GetSystemArchitecture();
H A DProcess.h745 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp981 execution_context->GetProcessPtr()->GetSystemArchitecture(); in SetOptionValue()