Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp118 FileSpec HostInfoBase::GetShlibDir() { in GetShlibDir() function in HostInfoBase
216 FileSpec lldb_file_spec = GetShlibDir(); in ComputePathRelativeToLibrary()
263 file_spec = GetShlibDir(); in ComputeSupportExeDirectory()
/external/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h65 static FileSpec GetShlibDir();
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm132 FileSpec lldb_file_spec = GetShlibDir();
185 FileSpec lldb_file_spec = GetShlibDir();
203 FileSpec lldb_file_spec = GetShlibDir();
323 if (FileSpec fspec = HostInfo::GetShlibDir()) {
419 if (FileSpec fspec = HostInfo::GetShlibDir()) {
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangHost.cpp157 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir()
/external/llvm-project/lldb/source/API/
DSBHostOS.cpp55 fspec = HostInfo::GetShlibDir(); in GetLLDBPath()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1819 if (FileSpec fspec = HostInfo::GetShlibDir()) in GetCurrentToolchainDirectory()
1825 if (FileSpec fspec = HostInfo::GetShlibDir()) in GetCurrentCommandLineToolsDirectory()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp299 FileSpec spec = HostInfo::GetShlibDir(); in InitializePythonHome()
396 FileSpec spec = HostInfo::GetShlibDir(); in GetPythonDir()
3266 if (FileSpec file_spec = HostInfo::GetShlibDir()) in InitializePrivate()