Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp46 if (m_sdk_sysroot) in CreatePlatformWithOptions()
47 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
59 m_sdk_sysroot.Clear(); in OptionParsingStarting()
113 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
134 if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory()) in PlatformMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h27 : OptionGroup(), m_platform_name(), m_sdk_sysroot(), in OptionGroupPlatform()
54 const ConstString &GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory()
57 m_sdk_sysroot = sdk_root_directory; in SetSDKRootDirectory()
68 ConstString m_sdk_sysroot; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h519 const ConstString &GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory()
521 void SetSDKRootDirectory(const ConstString &dir) { m_sdk_sysroot = dir; } in SetSDKRootDirectory()
907 m_sdk_sysroot; // the root location of where the SDK files are all located variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp231 if (m_sdk_sysroot) { in GetSharedModule()
235 m_sdk_sysroot.GetStringRef()); in GetSharedModule()
385 m_system_arch_set_while_connected(false), m_sdk_sysroot(), m_sdk_build(), in Platform()