Home
last modified time | relevance | path

Searched refs:ePathTypeLLDBShlibDir (Results 1 – 4 of 4) sorted by relevance

/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()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostInfoBase.cpp161 case lldb::ePathTypeLLDBShlibDir: in GetLLDBPath()
319 return GetLLDBPath(lldb::ePathTypeLLDBShlibDir, file_spec); in ComputeSupportExeDirectory()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h895ePathTypeLLDBShlibDir, // The directory where the lldb.so (unix) or LLDB mach-o file in… enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp3137 if (HostInfo::GetLLDBPath(ePathTypeLLDBShlibDir, file_spec)) in InitializePrivate()