HomeSort by: relevance | last modified time | path
    Searched refs:Simulator (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h 174 /// Is the target either iOS or an iOS simulator?
286 Simulator,
353 if (Environment == Simulator)
354 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::Simulator);
367 TargetEnvironment == Simulator;
382 return TargetPlatform == TvOS && TargetEnvironment == Simulator;
397 return TargetPlatform == WatchOS && TargetEnvironment == Simulator;
Darwin.cpp 1342 // If we are compiling as iOS / simulator, don't attempt to link libgcc_s.1,
1418 /// Returns true if the simulator environment can be inferred from the arch.
1466 case llvm::Triple::Simulator:
1467 Result.Environment = DarwinEnvironmentKind::Simulator;
1494 Result.Environment = DarwinEnvironmentKind::Simulator;
1873 // Don't infer simulator from the arch when the SDK is also specified.
1947 // Recognize iOS targets with an x86 architecture as the iOS simulator.
1950 Environment = Simulator;
2644 Environment == Darwin::Simulator)
2662 if (TargetEnvironment == Darwin::Simulator)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 227 Simulator, // Simulator variants of other systems, e.g., Apple's iOS
489 return getEnvironment() == Triple::Simulator;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 254 case Simulator: return "simulator";
565 .StartsWith("simulator", Triple::Simulator)

Completed in 40 milliseconds