Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp119 FileSpec HostInfoBase::GetShlibDir() { in GetShlibDir() function in HostInfoBase
222 FileSpec lldb_file_spec = GetShlibDir(); in ComputePathRelativeToLibrary()
267 file_spec = GetShlibDir(); in ComputeSupportExeDirectory()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostInfoBase.h71 static FileSpec GetShlibDir();
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm123 FileSpec lldb_file_spec = GetShlibDir();
176 FileSpec lldb_file_spec = GetShlibDir();
194 FileSpec lldb_file_spec = GetShlibDir();
320 if (FileSpec fspec = HostInfo::GetShlibDir()) {
428 if (FileSpec fspec = HostInfo::GetShlibDir()) {
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp52 fspec = HostInfo::GetShlibDir(); in GetLLDBPath()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp158 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1286 if (FileSpec fspec = HostInfo::GetShlibDir()) in GetCurrentToolchainDirectory()
1292 if (FileSpec fspec = HostInfo::GetShlibDir()) in GetCurrentCommandLineToolsDirectory()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp149 FileSpec spec = HostInfo::GetShlibDir(); in InitializePythonHome()
252 FileSpec spec = HostInfo::GetShlibDir(); in GetPythonDir()
3169 if (FileSpec file_spec = HostInfo::GetShlibDir()) in Initialize()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2399 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()