Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h168 static bool ComputeUserPluginsDirectory(FileSpec &file_spec);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp164 if (!HostInfo::ComputeUserPluginsDirectory( in GetUserPluginDir()
317 bool HostInfoBase::ComputeUserPluginsDirectory(FileSpec &file_spec) { in ComputeUserPluginsDirectory() function in HostInfoBase