Lines Matching defs:platform_sp
1794 PlatformSP platform_sp(GetTarget().GetPlatform());
1795 if (platform_sp)
1796 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site);
3020 PlatformSP platform_sp(GetTarget().GetPlatform());
3022 if (platform_sp) {
3026 platform_sp->FindProcesses(match_info, process_infos);
3039 s, platform_sp->GetUserIDResolver(), true, false);
3113 PlatformSP platform_sp(GetTarget().GetPlatform());
3114 assert(platform_sp);
3116 if (platform_sp) {
3118 if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture(
3122 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate(
3124 if (platform_sp) {
3125 GetTarget().SetPlatform(platform_sp);
3130 platform_sp->GetName(), platform_arch.GetTriple().getTriple());
6082 PlatformSP platform_sp = GetTarget().GetPlatform();
6083 if (!platform_sp)
6086 return platform_sp->GetProcessInfo(GetID(), info);