Searched refs:host_platform_sp (Results 1 – 3 of 3) sorted by relevance
2048 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in GetOrCreate() local2060 if (host_platform_sp) { in GetOrCreate()2062 if (host_platform_sp->IsCompatibleArchitecture( in GetOrCreate()2064 return host_platform_sp; in GetOrCreate()
215 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute() local216 ostrm.Format("{0}: {1}\n", host_platform_sp->GetPluginName(), in DoExecute()217 host_platform_sp->GetDescription()); in DoExecute()
1166 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex() local1167 platform_dict->AddStringItem(name_str, host_platform_sp->GetPluginName()); in GetAvailablePlatformInfoAtIndex()1169 desc_str, llvm::StringRef(host_platform_sp->GetDescription())); in GetAvailablePlatformInfoAtIndex()