Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h455 m_system_arch = arch; in SetSystemArchitecture()
457 m_os_version_set_while_connected = m_system_arch.IsValid(); in SetSystemArchitecture()
947 m_system_arch; // The architecture of the kernel or the remote platform variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp815 if (!m_system_arch.IsValid()) { in GetSystemArchitecture()
817 m_system_arch = HostInfo::GetArchitecture(); in GetSystemArchitecture()
818 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
828 if (m_system_arch.IsValid()) { in GetSystemArchitecture()
840 m_system_arch = GetRemoteSystemArchitecture(); in GetSystemArchitecture()
841 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
844 return m_system_arch; in GetSystemArchitecture()