Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp43 return GetLLDBPath(ePathTypePythonDir); in GetLLDBPythonPath()
46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() function in SBHostOS
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1276 Used with `SBHostOS.GetLLDBPath` to find files that are
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31481 result = lldb::SBHostOS::GetLLDBPath(arg1); in _wrap_SBHostOS_GetLLDBPath()