Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp320 ArchSpec RemoteAwarePlatform::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in RemoteAwarePlatform
322 return m_remote_platform_sp->GetRemoteSystemArchitecture(); in GetRemoteSystemArchitecture()
H A DPlatform.cpp912 m_system_arch = GetRemoteSystemArchitecture(); in GetSystemArchitecture()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h69 ArchSpec GetRemoteSystemArchitecture() override;
H A DPlatform.h243 virtual ArchSpec GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp167 ArchSpec PlatformRemoteGDBServer::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in PlatformRemoteGDBServer
456 ArchSpec remote_arch = GetRemoteSystemArchitecture(); in LaunchGDBServer()
697 m_remote_signals_sp = UnixSignals::Create(GetRemoteSystemArchitecture()); in GetRemoteUnixSignals()
H A DPlatformRemoteGDBServer.h83 ArchSpec GetRemoteSystemArchitecture() override;