Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h50 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp140 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp199 if (ConstString sysroot = GetSDKRootDirectory()) in DebugProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h451 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp317 if (GetSDKRootDirectory()) { in GetStatus()
318 strm.Format(" Sysroot: {0}\n", GetSDKRootDirectory()); in GetStatus()