Home
last modified time | relevance | path

Searched refs:GetSDKRootDirectory (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h50 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp139 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp196 if (ConstString sysroot = GetSDKRootDirectory()) in DebugProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h450 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp316 if (GetSDKRootDirectory()) { in GetStatus()
317 strm.Format(" Sysroot: {0}\n", GetSDKRootDirectory()); in GetStatus()