Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBHostOS.cpp41 SBFileSpec SBHostOS::GetLLDBPythonPath() { in GetLLDBPythonPath() function in SBHostOS
43 GetLLDBPythonPath); in GetLLDBPythonPath()
184 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPythonPath, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBHostOS.i19 GetLLDBPythonPath ();
/external/llvm-project/lldb/include/lldb/API/
DSBHostOS.h21 static lldb::SBFileSpec GetLLDBPythonPath();
/external/llvm-project/lldb/tools/driver/
DDriver.cpp386 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()