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()
263 ArchSpec remote_arch = m_gdb_client_up->GetSystemArchitecture(); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h73 ArchSpec GetSystemArchitecture() override;
H A DGDBRemoteCommunicationClient.h241 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp1005 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp218 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp416 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp251 ArchSpec arch(GetSystemArchitecture()); in GetStatus()
813 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
1471 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
H A DProcess.cpp3115 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h452 const ArchSpec &GetSystemArchitecture();
H A DProcess.h749 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp954 execution_context->GetProcessPtr()->GetSystemArchitecture(); in SetOptionValue()