Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp321 ArchSpec RemoteAwarePlatform::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in RemoteAwarePlatform
323 return m_remote_platform_sp->GetRemoteSystemArchitecture(); in GetRemoteSystemArchitecture()
H A DPlatform.cpp914 m_system_arch = GetRemoteSystemArchitecture(); in GetSystemArchitecture()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h70 ArchSpec GetRemoteSystemArchitecture() override;
H A DPlatform.h244 virtual ArchSpec GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp169 ArchSpec PlatformRemoteGDBServer::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in PlatformRemoteGDBServer
450 ArchSpec remote_arch = GetRemoteSystemArchitecture(); in LaunchGDBServer()
692 m_remote_signals_sp = UnixSignals::Create(GetRemoteSystemArchitecture()); in GetRemoteUnixSignals()
H A DPlatformRemoteGDBServer.h84 ArchSpec GetRemoteSystemArchitecture() override;