Home
last modified time | relevance | path

Searched refs:ComputeUserPluginsDirectory (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/linux/
DHostInfoLinux.h41 static bool ComputeUserPluginsDirectory(FileSpec &file_spec);
/external/llvm-project/lldb/include/lldb/Host/macosx/
DHostInfoMacOSX.h51 static bool ComputeUserPluginsDirectory(FileSpec &file_spec);
/external/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h122 static bool ComputeUserPluginsDirectory(FileSpec &file_spec);
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp161 if (!HostInfo::ComputeUserPluginsDirectory(g_fields->m_lldb_user_plugin_dir)) in GetUserPluginDir()
316 bool HostInfoBase::ComputeUserPluginsDirectory(FileSpec &file_spec) { in ComputeUserPluginsDirectory() function in HostInfoBase
/external/llvm-project/lldb/source/Host/linux/
DHostInfoLinux.cpp191 bool HostInfoLinux::ComputeUserPluginsDirectory(FileSpec &file_spec) { in ComputeUserPluginsDirectory() function in HostInfoLinux
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm221 bool HostInfoMacOSX::ComputeUserPluginsDirectory(FileSpec &file_spec) { function