Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h55 static FileSpec GetPythonDir();
H A DScriptInterpreterPython.cpp395 FileSpec ScriptInterpreterPython::GetPythonDir() { in GetPythonDir() function in ScriptInterpreterPython
3305 if (FileSpec file_spec = GetPythonDir()) in InitializePrivate()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp65 fspec = ScriptInterpreterPython::GetPythonDir(); in GetLLDBPath()