Lines Matching defs:Environment
1375 /// The Darwin OS that was selected or inferred from arguments / environment.
1382 /// The OS was specified using the OS_DEPLOYMENT_TARGET environment.
1395 DarwinEnvironmentKind getEnvironment() const { return Environment; }
1398 Environment = Kind;
1418 /// Returns true if the simulator environment can be inferred from the arch.
1445 /// Returns the OS version with the argument / environment variable that
1467 Result.Environment = DarwinEnvironmentKind::Simulator;
1494 Result.Environment = DarwinEnvironmentKind::Simulator;
1540 DarwinEnvironmentKind Environment = DarwinEnvironmentKind::NativeEnvironment;
1590 /// OS_DEPLOYMENT_TARGET environment variable.
1806 // Support allowing the SDKROOT environment variable used by xcrun and other
1868 // environment defines.
1881 // no environment variable defined, see if we can set the default based
1946 DarwinEnvironmentKind Environment = OSTarget->getEnvironment();
1948 if (Environment == NativeEnvironment && Platform != MacOS &&
1950 Environment = Simulator;
1952 setTarget(Platform, Environment, Major, Minor, Micro);
2638 Darwin::DarwinEnvironmentKind Environment) {
2643 if (Environment == Darwin::NativeEnvironment ||
2644 Environment == Darwin::Simulator)