Searched refs:platform_options (Results 1 – 4 of 4) sorted by relevance
49 const OptionGroupPlatform *platform_options, in CreateTarget() argument54 platform_options, target_sp); in CreateTarget()79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal() argument100 if (platform_options && platform_options->PlatformWasSpecified() && in CreateTargetInternal()101 !platform_options->PlatformMatches(platform_sp)) { in CreateTargetInternal()103 platform_sp = platform_options->CreatePlatformWithOptions( in CreateTargetInternal()
90 const OptionGroupPlatform *platform_options,207 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
834 OptionGroupPlatform platform_options(false); in CreateTarget() local835 platform_options.SetPlatformName(platform_name); in CreateTarget()840 &platform_options, target_sp); in CreateTarget()
3132 OptionGroupPlatform platform_options(false); in GetPlatformOptions() local3133 platform_options.SetPlatformName(m_platform_field->GetPluginName().c_str()); in GetPlatformOptions()3134 return platform_options; in GetPlatformOptions()3138 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget() local3143 &platform_options, target_sp); in GetTarget()