Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DPlatform.cpp279 ArchSpec arch (GetSystemArchitecture()); in GetStatus()
546 Platform::GetSystemArchitecture() in GetSystemArchitecture() function in Platform
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h251 GetSystemArchitecture ();
DGDBRemoteCommunicationClient.cpp1080 GDBRemoteCommunicationClient::GetSystemArchitecture () in GetSystemArchitecture() function in GDBRemoteCommunicationClient
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp187 return m_gdb_client.GetSystemArchitecture(); in GetRemoteSystemArchitecture()
/external/lldb/include/lldb/Target/
DPlatform.h489 GetSystemArchitecture();
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp730 ArchSpec system_arch (GetSystemArchitecture()); in ARMGetSupportedArchitectureAtIndex()