Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp40 struct HostInfoBaseFields { struct
41 ~HostInfoBaseFields() { in ~HostInfoBaseFields()
50 llvm::once_flag m_host_triple_once;
51 llvm::Triple m_host_triple;
53 llvm::once_flag m_host_arch_once;
54 ArchSpec m_host_arch_32;
55 ArchSpec m_host_arch_64;
57 llvm::once_flag m_lldb_so_dir_once;
58 FileSpec m_lldb_so_dir;
59 llvm::once_flag m_lldb_support_exe_dir_once;
[all …]