Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp66 FileSpec m_lldb_system_plugin_dir; member
150 if (!HostInfo::ComputeSystemPluginsDirectory(g_fields->m_lldb_system_plugin_dir)) in GetSystemPluginDir()
151 g_fields->m_lldb_system_plugin_dir = FileSpec(); in GetSystemPluginDir()
154 g_fields->m_lldb_system_plugin_dir); in GetSystemPluginDir()
156 return g_fields->m_lldb_system_plugin_dir; in GetSystemPluginDir()