Home
last modified time | relevance | path

Searched refs:m_sdk_sysroot (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h34 m_sdk_sysroot (), in OptionGroupPlatform()
86 return m_sdk_sysroot; in GetSDKRootDirectory()
92 m_sdk_sysroot = sdk_root_directory; in SetSDKRootDirectory()
110 ConstString m_sdk_sysroot; variable
/external/lldb/source/Interpreter/
DOptionGroupPlatform.cpp64 if (m_sdk_sysroot) in CreatePlatformWithOptions()
65 platform_sp->SetSDKRootDirectory (m_sdk_sysroot); in CreatePlatformWithOptions()
78 m_sdk_sysroot.Clear(); in OptionParsingStarting()
141 m_sdk_sysroot.SetCString (option_arg); in SetOptionValue()
/external/lldb/include/lldb/Target/
DPlatform.h515 return m_sdk_sysroot; in GetSDKRootDirectory()
521 m_sdk_sysroot = dir; in SetSDKRootDirectory()
557 ConstString m_sdk_sysroot; // the root location of where the SDK files are all located variable
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp486 if (m_sdk_sysroot) in GetDeviceSupportDirectoryForOSVersion()
487 return m_sdk_sysroot.GetCString(); in GetDeviceSupportDirectoryForOSVersion()
/external/lldb/source/Target/
DPlatform.cpp237 m_sdk_sysroot (), in Platform()