Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPlatform.cpp45 if (m_sdk_sysroot) in CreatePlatformWithOptions()
46 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
58 m_sdk_sysroot.Clear(); in OptionParsingStarting()
112 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
132 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h24 : OptionGroup(), m_platform_name(), m_sdk_sysroot(), in OptionGroupPlatform()
51 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory()
54 m_sdk_sysroot = sdk_root_directory; in SetSDKRootDirectory()
65 ConstString m_sdk_sysroot; variable
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteDarwinDevice.cpp148 if (m_sdk_sysroot) { in UpdateSDKDirectoryInfosIfNeeded()
149 FileSpec sdk_sysroot_fspec(m_sdk_sysroot.GetCString()); in UpdateSDKDirectoryInfosIfNeeded()
158 m_sdk_sysroot.GetCString()); in UpdateSDKDirectoryInfosIfNeeded()
359 if (m_sdk_sysroot) in GetDeviceSupportDirectoryForOSVersion()
360 return m_sdk_sysroot.GetCString(); in GetDeviceSupportDirectoryForOSVersion()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h472 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory()
474 void SetSDKRootDirectory(ConstString dir) { m_sdk_sysroot = dir; } in SetSDKRootDirectory()
883 m_sdk_sysroot; // the root location of where the SDK files are all located variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp235 if (m_sdk_sysroot) { in GetSharedModule()
239 m_sdk_sysroot.GetStringRef()); in GetSharedModule()
387 m_system_arch_set_while_connected(false), m_sdk_sysroot(), m_sdk_build(), in Platform()