Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostInfoBase.h84 static FileSpec GetUserPluginDir();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp67 fspec = HostInfo::GetUserPluginDir(); in GetLLDBPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp160 FileSpec HostInfoBase::GetUserPluginDir() { in GetUserPluginDir() function in HostInfoBase
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp673 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize()
H A DPluginManager.cpp174 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize()