Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBHostOS.h22 static lldb::SBFileSpec GetLLDBPythonPath();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp42 SBFileSpec SBHostOS::GetLLDBPythonPath() { in GetLLDBPythonPath() function in SBHostOS
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp455 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()