Home
last modified time | relevance | path

Searched refs:GetPythonDir (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h53 static FileSpec GetPythonDir();
DScriptInterpreterPython.cpp252 FileSpec ScriptInterpreterPython::GetPythonDir() { in GetPythonDir() function in ScriptInterpreterPython
289 FileSpec python_dir_spec = GetPythonDir(); in GetInterpreterInfo()
3025 if (FileSpec file_spec = GetPythonDir()) in Initialize()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBHostOS.cpp62 fspec = ScriptInterpreterPython::GetPythonDir(); in GetLLDBPath()