Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h127 static bool ComputeSystemPluginsDirectory(FileSpec &file_spec);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp150 if (!HostInfo::ComputeSystemPluginsDirectory(g_fields->m_lldb_system_plugin_dir)) in GetSystemPluginDir()
309 bool HostInfoBase::ComputeSystemPluginsDirectory(FileSpec &file_spec) { in ComputeSystemPluginsDirectory() function in HostInfoBase