Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h21 static lldb::SBFileSpec GetLLDBPythonPath();
/llvm-project/lldb/source/API/
H A DSBHostOS.cpp40 SBFileSpec SBHostOS::GetLLDBPythonPath() { in GetLLDBPythonPath() function in SBHostOS
/llvm-project/lldb/tools/driver/
H A DDriver.cpp385 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()