Home
last modified time | relevance | path

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

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