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(arch, {}, false, nullptr)) { in CreateTargetInternal()
220 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal()
221 if (platform_sp) in CreateTargetInternal()
222 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
228 if (!platform_sp->IsCompatibleArchitecture(platform_arch, {}, false, nullptr)) { in CreateTargetInternal()
229 platform_sp = in CreateTargetInternal()
231 if (platform_sp) in CreateTargetInternal()
232 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
241 platform_sp, target_sp); in CreateTargetInternal()
248 lldb::PlatformSP &platform_sp, in CreateTargetInternal() argument
259 if (!platform_sp || in CreateTargetInternal()
260 !platform_sp->IsCompatibleArchitecture(arch, {}, false, nullptr)) in CreateTargetInternal()
261 platform_sp = in CreateTargetInternal()
265 if (!platform_sp) in CreateTargetInternal()
266 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
303 if (platform_sp) { in CreateTargetInternal()
307 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
325 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); in CreateTargetInternal()
336 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); in CreateTargetInternal()