Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp270 m_system_arch_set_while_connected(false), m_max_uid_name_len(0), in Platform()
888 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
902 if (is_connected && !m_system_arch_set_while_connected) in GetSystemArchitecture()
911 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h950 bool m_system_arch_set_while_connected; variable