Lines Matching defs:platform_sp
65 PlatformSP &platform_sp, TargetSP &target_sp) {
69 platform_sp, target_sp);
84 PlatformSP platform_sp = platform_list.GetSelectedPlatform();
101 !platform_options->PlatformMatches(platform_sp)) {
103 platform_sp = platform_options->CreatePlatformWithOptions(
106 if (!platform_sp)
127 if (platform_sp->IsHost() &&
189 platform_sp = platform_for_archs_sp;
220 if (!platform_sp->IsCompatibleArchitecture(
222 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch);
223 if (platform_sp)
224 platform_list.SetSelectedPlatform(platform_sp);
230 if (!platform_sp->IsCompatibleArchitecture(
232 platform_sp =
234 if (platform_sp)
235 platform_list.SetSelectedPlatform(platform_sp);
244 platform_sp, target_sp);
251 lldb::PlatformSP &platform_sp,
262 if (!platform_sp || !platform_sp->IsCompatibleArchitecture(
264 platform_sp =
268 if (!platform_sp)
269 platform_sp = debugger.GetPlatformList().GetSelectedPlatform();
306 if (platform_sp) {
310 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp,
328 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target));
340 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target));