Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp52 if (m_sdk_sysroot) in CreatePlatformWithOptions()
53 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
65 m_sdk_sysroot.Clear(); in OptionParsingStarting()
119 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
139 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h50 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory()
53 m_sdk_sysroot = sdk_root_directory; in SetSDKRootDirectory()
64 ConstString m_sdk_sysroot; variable
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp36 if (m_sdk_sysroot) { in UpdateSDKDirectoryInfosIfNeeded()
37 FileSpec sdk_sysroot_fspec(m_sdk_sysroot.GetCString()); in UpdateSDKDirectoryInfosIfNeeded()
45 m_sdk_sysroot.GetCString()); in UpdateSDKDirectoryInfosIfNeeded()
241 if (m_sdk_sysroot) in GetDeviceSupportDirectoryForOSVersion()
242 return m_sdk_sysroot.GetCString(); in GetDeviceSupportDirectoryForOSVersion()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h450 ConstString GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory()
452 void SetSDKRootDirectory(ConstString dir) { m_sdk_sysroot = dir; } in SetSDKRootDirectory()
875 m_sdk_sysroot; // the root location of where the SDK files are all located variable
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp214 if (m_sdk_sysroot) { in GetSharedModule()
218 m_sdk_sysroot.GetStringRef()); in GetSharedModule()