Home
last modified time | relevance | path

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

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