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

/external/lldb/source/Target/
H A DPlatform.cpp244 m_system_arch(),
550 if (!m_system_arch.IsValid())
553 m_system_arch = Host::GetArchitecture();
554 m_system_arch_set_while_connected = m_system_arch.IsValid();
566 if (m_system_arch.IsValid())
583 m_system_arch = GetRemoteSystemArchitecture ();
584 m_system_arch_set_while_connected = m_system_arch.IsValid();
587 return m_system_arch;
/external/lldb/include/lldb/Target/
H A DPlatform.h494 m_system_arch = arch;
496 m_os_version_set_while_connected = m_system_arch.IsValid();
564 ArchSpec m_system_arch; // The architecture of the kernel or the remote platform member in class:lldb_private::Platform

Completed in 540 milliseconds