Home
last modified time | relevance | path

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

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