Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp273 m_system_arch_set_while_connected(false), m_max_uid_name_len(0), in Platform()
890 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
904 if (is_connected && !m_system_arch_set_while_connected) in GetSystemArchitecture()
913 m_system_arch_set_while_connected = m_system_arch.IsValid(); in GetSystemArchitecture()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h873 bool m_system_arch_set_while_connected; variable