Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h83 static FileSpec GetSystemPluginDir();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBHostOS.cpp69 fspec = HostInfo::GetSystemPluginDir(); in GetLLDBPath()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp148 FileSpec HostInfoBase::GetSystemPluginDir() { in GetSystemPluginDir() function in HostInfoBase
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize()
DDebugger.cpp572 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize()