Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h107 static FileSpec GetUserPluginDir();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp69 fspec = HostInfo::GetUserPluginDir(); in GetLLDBPath()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp162 FileSpec HostInfoBase::GetUserPluginDir() { in GetUserPluginDir() function in HostInfoBase
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp158 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize()
H A DDebugger.cpp722 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize()