Searched refs:GetSystemArchitecture (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h258 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp975 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { function in class:GDBRemoteCommunicationClient
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp213 ArchSpec remote_arch = m_gdb_client.GetSystemArchitecture();
248 return m_gdb_client.GetSystemArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp372 ArchSpec arch(platform_sp->GetSystemArchitecture());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h446 const ArchSpec &GetSystemArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp405 ArchSpec arch(GetSystemArchitecture());
898 const ArchSpec &Platform::GetSystemArchitecture() { function in class:Platform

Completed in 194 milliseconds