Home
last modified time | relevance | path

Searched refs:PlatformAndVersion (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2292 DarwinPlatform PlatformAndVersion = DarwinPlatform::createFromTarget( in getDeploymentTargetFromTargetArg() local
2296 return PlatformAndVersion; in getDeploymentTargetFromTargetArg()
2375 std::optional<DarwinPlatform> PlatformAndVersion = in AddDeploymentTarget() local
2377 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 …]