Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp50 llvm::once_flag m_host_arch_once; member
95 llvm::call_once(g_fields->m_host_arch_once, []() { in GetArchitecture()