Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h81 static FileSpec GetUserPluginDir();
/external/llvm-project/lldb/source/API/
DSBHostOS.cpp72 fspec = HostInfo::GetUserPluginDir(); in GetLLDBPath()
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp159 FileSpec HostInfoBase::GetUserPluginDir() { in GetUserPluginDir() function in HostInfoBase
/external/llvm-project/lldb/source/Core/
DDebugger.cpp574 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize()
DPluginManager.cpp157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize()