Searched refs:PlatformAndVersion (Results 1 – 1 of 1) sorted by relevance
2292 DarwinPlatform PlatformAndVersion = DarwinPlatform::createFromTarget( in getDeploymentTargetFromTargetArg() local2296 return PlatformAndVersion; in getDeploymentTargetFromTargetArg()2375 std::optional<DarwinPlatform> PlatformAndVersion = in AddDeploymentTarget() local2377 if (PlatformAndVersion) { in AddDeploymentTarget()2380 std::string TargetArgStr = PlatformAndVersion->getAsString(Args, Opts); in AddDeploymentTarget()2386 bool TripleProvidedOSVersion = PlatformAndVersion->hasOSVersion(); in AddDeploymentTarget()2388 PlatformAndVersion->setOSVersion( in AddDeploymentTarget()2398 if (PlatformAndVersion->getPlatform() != in AddDeploymentTarget()2401 PlatformAndVersion->getOSVersion().getAsString(), TargetMajor, in AddDeploymentTarget()2411 if (PlatformAndVersion->getPlatform() == in AddDeploymentTarget()[all …]