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;
219 if (!platform_sp->IsCompatibleArchitecture(
221 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch);
222 if (platform_sp)
223 platform_list.SetSelectedPlatform(platform_sp);
229 if (!platform_sp->IsCompatibleArchitecture(
231 platform_sp =
233 if (platform_sp)
234 platform_list.SetSelectedPlatform(platform_sp);
243 platform_sp, target_sp);
250 lldb::PlatformSP &platform_sp,
261 if (!platform_sp || !platform_sp->IsCompatibleArchitecture(
263 platform_sp =
267 if (!platform_sp)
268 platform_sp = debugger.GetPlatformList().GetSelectedPlatform();
305 if (platform_sp) {
309 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp,
327 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target));
339 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target));