Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h50 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp132 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h472 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function