Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostInfoBase.h83 static FileSpec GetSystemPluginDir();
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp66 fspec = HostInfo::GetSystemPluginDir(); in GetLLDBPath()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp149 FileSpec HostInfoBase::GetSystemPluginDir() { in GetSystemPluginDir() function in HostInfoBase
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp149 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize()
H A DDebugger.cpp630 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize()