Searched refs:m_sdk_build (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp67 if (m_sdk_build)
68 platform_sp->SetSDKBuild (m_sdk_build);
79 m_sdk_build.Clear();
137 m_sdk_build.SetCString (option_arg);
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h98 return m_sdk_build;
104 m_sdk_build = sdk_build;
111 ConstString m_sdk_build; member in class:lldb_private::OptionGroupPlatform
/external/lldb/include/lldb/Target/
H A DPlatform.h527 return m_sdk_build;
533 m_sdk_build = sdk_build;
558 ConstString m_sdk_build; member in class:lldb_private::Platform
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp354 ConstString build(m_sdk_build);
/external/lldb/source/Target/
H A DPlatform.cpp238 m_sdk_build (),

Completed in 1068 milliseconds