Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h53 static FileSpec GetPythonDir();
DScriptInterpreterPython.cpp394 FileSpec ScriptInterpreterPython::GetPythonDir() { in GetPythonDir() function in ScriptInterpreterPython
3264 if (FileSpec file_spec = GetPythonDir()) in InitializePrivate()
/external/llvm-project/lldb/source/API/
DSBHostOS.cpp65 fspec = ScriptInterpreterPython::GetPythonDir(); in GetLLDBPath()