Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp120 FileSpec HostInfoBase::GetShlibDir() { in GetShlibDir() function in HostInfoBase
223 FileSpec lldb_file_spec = GetShlibDir(); in ComputePathRelativeToLibrary()
268 file_spec = GetShlibDir(); in ComputeSupportExeDirectory()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h73 static FileSpec GetShlibDir();
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm125 FileSpec lldb_file_spec = GetShlibDir();
177 FileSpec lldb_file_spec = GetShlibDir();
194 FileSpec lldb_file_spec = GetShlibDir();
319 if (FileSpec fspec = HostInfo::GetShlibDir()) {
457 if (FileSpec fspec = HostInfo::GetShlibDir()) {
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBHostOS.cpp52 fspec = HostInfo::GetShlibDir(); in GetLLDBPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp158 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1317 if (FileSpec fspec = HostInfo::GetShlibDir()) in GetCurrentToolchainDirectory()
1323 if (FileSpec fspec = HostInfo::GetShlibDir()) in GetCurrentCommandLineToolsDirectory()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp151 FileSpec spec = HostInfo::GetShlibDir(); in InitializePythonHome()
254 FileSpec spec = HostInfo::GetShlibDir(); in GetPythonDir()
3027 if (FileSpec file_spec = HostInfo::GetShlibDir()) in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2446 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()