Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBHostOS.i22 GetLLDBPythonPath ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h21 static lldb::SBFileSpec GetLLDBPythonPath();
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp387 SBFileSpec python_file_spec = SBHostOS::GetLLDBPythonPath(); in ProcessArgs()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29023 result = lldb::SBHostOS::GetLLDBPythonPath(); in _wrap_SBHostOS_GetLLDBPythonPath()