Searched defs:HostInfoBaseFields (Results 1 – 1 of 1) sorted by relevance
37 struct HostInfoBaseFields { struct38 ~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 …]