Home
last modified time | relevance | path

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

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