Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h73 ArchSpec GetSystemArchitecture() override;
H A DGDBRemoteCommunicationClient.h239 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp992 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp217 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp285 ArchSpec arch(GetSystemArchitecture()); in GetStatus()
883 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
1519 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
H A DProcess.cpp2955 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp416 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h465 const ArchSpec &GetSystemArchitecture();
H A DProcess.h745 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function