Home
last modified time | relevance | path

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

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