Home
last modified time | relevance | path

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

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