Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h56 ConstString GetSDKBuild() const { return m_sdk_build; } in GetSDKBuild() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp136 if (m_sdk_build && m_sdk_build != platform_sp->GetSDKBuild()) in PlatformMatches()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h454 ConstString GetSDKBuild() const { return m_sdk_build; } in GetSDKBuild() function