Searched refs:GetRemoteSystemArchitecture (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h65 ArchSpec GetRemoteSystemArchitecture() override;
H A DPlatform.h253 virtual ArchSpec GetRemoteSystemArchitecture() { function in class:lldb_private::Platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp194 ArchSpec RemoteAwarePlatform::GetRemoteSystemArchitecture() { function in class:RemoteAwarePlatform
196 return m_remote_platform_sp->GetRemoteSystemArchitecture();
H A DPlatform.cpp925 m_system_arch = GetRemoteSystemArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h89 ArchSpec GetRemoteSystemArchitecture() override;
H A DPlatformRemoteGDBServer.cpp247 ArchSpec PlatformRemoteGDBServer::GetRemoteSystemArchitecture() { function in class:PlatformRemoteGDBServer
511 ArchSpec remote_arch = GetRemoteSystemArchitecture();
718 m_remote_signals_sp = UnixSignals::Create(GetRemoteSystemArchitecture());

Completed in 74 milliseconds