Lines Matching refs:platform_sp

65                                 PlatformSP &platform_sp, TargetSP &target_sp) {  in CreateTarget()  argument
69 platform_sp, target_sp); in CreateTarget()
84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); in CreateTargetInternal() local
101 !platform_options->PlatformMatches(platform_sp)) { in CreateTargetInternal()
103 platform_sp = platform_options->CreatePlatformWithOptions( in CreateTargetInternal()
106 if (!platform_sp) in CreateTargetInternal()
127 if (platform_sp->IsHost() && in CreateTargetInternal()
189 platform_sp = platform_for_archs_sp; in CreateTargetInternal()
219 if (!platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
221 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal()
222 if (platform_sp) in CreateTargetInternal()
223 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
229 if (!platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
231 platform_sp = in CreateTargetInternal()
233 if (platform_sp) in CreateTargetInternal()
234 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
243 platform_sp, target_sp); in CreateTargetInternal()
250 lldb::PlatformSP &platform_sp, in CreateTargetInternal() argument
261 if (!platform_sp || !platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
263 platform_sp = in CreateTargetInternal()
267 if (!platform_sp) in CreateTargetInternal()
268 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
305 if (platform_sp) { in CreateTargetInternal()
309 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
327 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); in CreateTargetInternal()
339 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); in CreateTargetInternal()