Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostInfoBase.h111 static bool ComputeUserPluginsDirectory(FileSpec &file_spec);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp165 HostInfo::ComputeUserPluginsDirectory(g_fields->m_lldb_user_plugin_dir); in GetUserPluginDir()
291 bool HostInfoBase::ComputeUserPluginsDirectory(FileSpec &file_spec) { in ComputeUserPluginsDirectory() function in HostInfoBase