Searched refs:OptionGroupPlatform (Results 1 – 10 of 10) sorted by relevance
18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()63 void OptionGroupPlatform::OptionParsingStarting( in OptionParsingStarting()87 llvm::ArrayRef<OptionDefinition> OptionGroupPlatform::GetDefinitions() { in GetDefinitions()95 OptionGroupPlatform::SetOptionValue(uint32_t option_idx, in SetOptionValue()129 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches()
21 class OptionGroupPlatform : public OptionGroup {23 OptionGroupPlatform(bool include_platform_option) in OptionGroupPlatform() function26 ~OptionGroupPlatform() override = default;
90 const OptionGroupPlatform *platform_options,207 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
49 const OptionGroupPlatform *platform_options, in CreateTarget()79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal()
140 class OptionGroupPlatform; variable
834 OptionGroupPlatform platform_options(false); in CreateTarget()
199 OptionGroupPlatform m_platform_options;
454 OptionGroupPlatform m_platform_options;
3131 OptionGroupPlatform GetPlatformOptions() { in GetPlatformOptions()3132 OptionGroupPlatform platform_options(false); in GetPlatformOptions()3138 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget()
322 SRCS+= Interpreter/OptionGroupPlatform.cpp