Lines Matching defs:HostInfoBaseFields
40 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;
60 FileSpec m_lldb_support_exe_dir;
61 llvm::once_flag m_lldb_headers_dir_once;
62 FileSpec m_lldb_headers_dir;
63 llvm::once_flag m_lldb_clang_resource_dir_once;
64 FileSpec m_lldb_clang_resource_dir;
65 llvm::once_flag m_lldb_system_plugin_dir_once;
66 FileSpec m_lldb_system_plugin_dir;
67 llvm::once_flag m_lldb_user_plugin_dir_once;
68 FileSpec m_lldb_user_plugin_dir;
69 llvm::once_flag m_lldb_process_tmp_dir_once;
70 FileSpec m_lldb_process_tmp_dir;
71 llvm::once_flag m_lldb_global_tmp_dir_once;
72 FileSpec m_lldb_global_tmp_dir;