Searched refs:GetLLDBPath (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBHostOS.cpp | 38 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/ |
| HD | HostInfoBase.cpp | 38 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()
|
| HD | Host.cpp | 590 if (HostInfo::GetLLDBPath(ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in RunShellCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | HostInfoPosix.cpp | 163 if (!GetLLDBPath(lldb::ePathTypeLLDBShlibDir, lldb_file_spec)) in ComputeSupportExeDirectory() 208 if (!GetLLDBPath(lldb::ePathTypeLLDBShlibDir, lldb_file_spec)) in ComputePythonDirectory()
|
| HD | PipePosix.cpp | 214 if (HostInfo::GetLLDBPath(ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in CreateWithUniqueName()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBHostOS.h | 29 GetLLDBPath (lldb::PathType path_type);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | HostInfoBase.h | 113 static bool GetLLDBPath(lldb::PathType type, FileSpec &file_spec);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Debugger.cpp | 523 if (HostInfo::GetLLDBPath(ePathTypeLLDBSystemPlugins, dir_spec)) in InstanceInitialize() 536 if (HostInfo::GetLLDBPath(ePathTypeLLDBUserPlugins, dir_spec)) in InstanceInitialize()
|
| HD | PluginManager.cpp | 183 if (HostInfo::GetLLDBPath(ePathTypeLLDBSystemPlugins, dir_spec)) in Initialize() 196 if (HostInfo::GetLLDBPath(ePathTypeLLDBUserPlugins, dir_spec)) in Initialize()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionParser.cpp | 372 if (HostInfo::GetLLDBPath(lldb::ePathTypeLLDBTempSystemDir, tmpdir_file_spec)) in Parse()
|
| HD | ClangModulesDeclVendor.cpp | 161 HostInfo::GetLLDBPath (lldb::ePathTypeClangDir, g_cached_resource_dir); in GetResourceDir()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunication.cpp | 1136 if (HostInfo::GetLLDBPath(ePathTypeSupportExecutableDir, debugserver_file_spec)) in StartDebugserverProcess()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | ScriptInterpreterPython.cpp | 3135 if (HostInfo::GetLLDBPath(ePathTypePythonDir, file_spec)) in InitializePrivate() 3137 if (HostInfo::GetLLDBPath(ePathTypeLLDBShlibDir, file_spec)) in InitializePrivate()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 104 if (!HostInfo::GetLLDBPath (ePathTypeGlobalLLDBTempSystemDir, module_cache_dir)) in PlatformProperties()
|