Home
last modified time | relevance | path

Searched defs:HostInfoBaseFields (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp37 struct HostInfoBaseFields { struct
38 ~HostInfoBaseFields() { in ~HostInfoBaseFields()
47 llvm::once_flag m_host_triple_once;
48 llvm::Triple m_host_triple;
50 llvm::once_flag m_host_arch_once;
51 ArchSpec m_host_arch_32;
52 ArchSpec m_host_arch_64;
54 llvm::once_flag m_lldb_so_dir_once;
55 FileSpec m_lldb_so_dir;
56 llvm::once_flag m_lldb_support_exe_dir_once;
[all …]