Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A 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()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A 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
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A 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()