Home
last modified time | relevance | path

Searched refs:m_system_arch (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Target/
DPlatform.cpp388 m_working_dir(), m_remote_url(), m_name(), m_system_arch(), m_mutex(), in Platform()
906 if (!m_system_arch.IsValid()) { in GetSystemArchitecture()
908 m_system_arch = HostInfo::GetArchitecture(); in GetSystemArchitecture()
909 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
919 if (m_system_arch.IsValid()) { in GetSystemArchitecture()
931 m_system_arch = GetRemoteSystemArchitecture(); in GetSystemArchitecture()
932 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
935 return m_system_arch; in GetSystemArchitecture()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h456 m_system_arch = arch; in SetSystemArchitecture()
458 m_os_version_set_while_connected = m_system_arch.IsValid(); in SetSystemArchitecture()
891 m_system_arch; // The architecture of the kernel or the remote platform variable