Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp236 m_system_arch_set_while_connected(false), m_max_uid_name_len(0), in Platform()
818 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
832 if (is_connected && !m_system_arch_set_while_connected) in GetSystemArchitecture()
841 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h937 bool m_system_arch_set_while_connected; variable