Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DRemoteAwarePlatform.h69 ArchSpec GetRemoteSystemArchitecture() override;
DPlatform.h257 virtual ArchSpec GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp349 ArchSpec RemoteAwarePlatform::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in RemoteAwarePlatform
351 return m_remote_platform_sp->GetRemoteSystemArchitecture(); in GetRemoteSystemArchitecture()
DPlatform.cpp931 m_system_arch = GetRemoteSystemArchitecture(); in GetSystemArchitecture()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp249 ArchSpec PlatformRemoteGDBServer::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in PlatformRemoteGDBServer
528 ArchSpec remote_arch = GetRemoteSystemArchitecture(); in LaunchGDBServer()
740 m_remote_signals_sp = UnixSignals::Create(GetRemoteSystemArchitecture()); in GetRemoteUnixSignals()
DPlatformRemoteGDBServer.h90 ArchSpec GetRemoteSystemArchitecture() override;