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/
H A DScriptInterpreterPython.h53 static FileSpec GetPythonDir();
H A 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/
H A DSBHostOS.cpp62 fspec = ScriptInterpreterPython::GetPythonDir(); in GetLLDBPath()