Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp21 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp215 ArchSpec remote_arch = m_gdb_client.GetSystemArchitecture(); in GetSupportedArchitectureAtIndex()
250 return m_gdb_client.GetSystemArchitecture(); in GetRemoteSystemArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h273 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp973 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp285 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h498 const ArchSpec &GetSystemArchitecture();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp413 ArchSpec arch(GetSystemArchitecture()); in GetStatus()
937 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform