Home
last modified time | relevance | path

Searched refs:GetLLDBPath (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBHostOS.cpp38 if (HostInfo::GetLLDBPath(ePathTypePythonDir, lldb_python_spec)) in GetLLDBPythonPath()
47 SBHostOS::GetLLDBPath (lldb::PathType path_type) in GetLLDBPath() function in SBHostOS
51 if (HostInfo::GetLLDBPath(path_type, fspec)) in GetLLDBPath()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostInfoBase.cpp38 if (!HostInfo::GetLLDBPath(ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in CleanupProcessSpecificLLDBTempDir()
149 HostInfoBase::GetLLDBPath(lldb::PathType type, FileSpec &file_spec) in GetLLDBPath() function in HostInfoBase
308 …ecForHostAddress(reinterpret_cast<void *>(reinterpret_cast<intptr_t>(HostInfoBase::GetLLDBPath)))); in ComputeSharedLibraryDirectory()
319 return GetLLDBPath(lldb::ePathTypeLLDBShlibDir, file_spec); in ComputeSupportExeDirectory()
HDHost.cpp590 if (HostInfo::GetLLDBPath(ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in RunShellCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostInfoPosix.cpp163 if (!GetLLDBPath(lldb::ePathTypeLLDBShlibDir, lldb_file_spec)) in ComputeSupportExeDirectory()
208 if (!GetLLDBPath(lldb::ePathTypeLLDBShlibDir, lldb_file_spec)) in ComputePythonDirectory()
HDPipePosix.cpp214 if (HostInfo::GetLLDBPath(ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in CreateWithUniqueName()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBHostOS.h29 GetLLDBPath (lldb::PathType path_type);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHostInfoBase.h113 static bool GetLLDBPath(lldb::PathType type, FileSpec &file_spec);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp523 if (HostInfo::GetLLDBPath(ePathTypeLLDBSystemPlugins, dir_spec)) in InstanceInitialize()
536 if (HostInfo::GetLLDBPath(ePathTypeLLDBUserPlugins, dir_spec)) in InstanceInitialize()
HDPluginManager.cpp183 if (HostInfo::GetLLDBPath(ePathTypeLLDBSystemPlugins, dir_spec)) in Initialize()
196 if (HostInfo::GetLLDBPath(ePathTypeLLDBUserPlugins, dir_spec)) in Initialize()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionParser.cpp372 if (HostInfo::GetLLDBPath(lldb::ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in Parse()
HDClangModulesDeclVendor.cpp161 HostInfo::GetLLDBPath (lldb::ePathTypeClangDir, g_cached_resource_dir); in GetResourceDir()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp1136 if (HostInfo::GetLLDBPath(ePathTypeSupportExecutableDir, debugserver_file_spec)) in StartDebugserverProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp3135 if (HostInfo::GetLLDBPath(ePathTypePythonDir, file_spec)) in InitializePrivate()
3137 if (HostInfo::GetLLDBPath(ePathTypeLLDBShlibDir, file_spec)) in InitializePrivate()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp104 if (!HostInfo::GetLLDBPath (ePathTypeGlobalLLDBTempSystemDir, module_cache_dir)) in PlatformProperties()