Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h289 mutable DarwinPlatformKind TargetPlatform; variable
343 if (TargetInitialized && TargetPlatform == Platform && in setTarget()
350 TargetPlatform = Platform; in setTarget()
360 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()
366 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()
377 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS()
382 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()
387 return TargetPlatform == TvOS; in isTargetTvOSBased()
392 return TargetPlatform == WatchOS && TargetEnvironment == NativeEnvironment; in isTargetWatchOS()
397 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()
[all …]
H A DDarwin.cpp1141 switch (TargetPlatform) { in getPlatformFamily()
1167 switch (TargetPlatform) { in getOSLibraryNameSuffix()
2442 switch (TargetPlatform) { in isAlignedAllocationUnavailable()
2661 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local
552 if (getRealizedPlatform(A, Context) != TargetPlatform) in CheckAvailability()
676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced() local
679 if (getRealizedPlatform(Availability, Context) != TargetPlatform) in getVersionIntroduced()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp44 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local
47 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()