Home
last modified time | relevance | path

Searched refs:GetShlibDir (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp120 FileSpec HostInfoBase::GetShlibDir() { in GetShlibDir() function in HostInfoBase
223 FileSpec lldb_file_spec = GetShlibDir(); in ComputePathRelativeToLibrary()
264 file_spec = GetShlibDir(); in ComputeSupportExeDirectory()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp52 fspec = HostInfo::GetShlibDir(); in GetLLDBPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h91 static FileSpec GetShlibDir();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp163 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp153 FileSpec spec = HostInfo::GetShlibDir(); in InitializePythonHome()
269 FileSpec spec = HostInfo::GetShlibDir(); in GetPythonDir()
2954 if (FileSpec file_spec = HostInfo::GetShlibDir()) in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2449 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()