Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp219 ArchSpec remote_arch = m_gdb_client.GetSystemArchitecture(); in GetSupportedArchitectureAtIndex()
254 return m_gdb_client.GetSystemArchitecture(); in GetRemoteSystemArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h282 ArchSpec GetSystemArchitecture();
H A DGDBRemoteCommunicationClient.cpp985 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h453 const ArchSpec &GetSystemArchitecture();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp446 ArchSpec arch(platform_sp->GetSystemArchitecture()); in GetTriple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp411 ArchSpec arch(GetSystemArchitecture()); in GetStatus()
904 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform