Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h56 const std::string &GetSDKBuild() const { return m_sdk_build; } in GetSDKBuild() function
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp137 if (!m_sdk_build.empty() && platform_sp->GetSDKBuild() != m_sdk_build) in PlatformMatches()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp155 std::string build = GetSDKBuild(); in GetSDKDirectoryForCurrentOSVersion()
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h536 const std::string &GetSDKBuild() const { return m_sdk_build; }
475 const std::string &GetSDKBuild() const { return m_sdk_build; } GetSDKBuild() function