Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionGroupPlatform.h51 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupPlatform.cpp132 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h465 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function