Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBHostOS.cpp38 if (HostInfo::GetLLDBPath(ePathTypePythonDir, lldb_python_spec)) in GetLLDBPythonPath()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostInfoBase.cpp154 if (type == lldb::ePathTypePythonDir) in GetLLDBPath()
204 case lldb::ePathTypePythonDir: in GetLLDBPath()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h898 ePathTypePythonDir, // Find Python modules (PYTHONPATH) directory enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp3135 if (HostInfo::GetLLDBPath(ePathTypePythonDir, file_spec)) in InitializePrivate()