Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h287 mutable DarwinPlatformKind TargetPlatform; variable
344 if (TargetInitialized && TargetPlatform == Platform && in setTarget()
352 TargetPlatform = Platform; in setTarget()
367 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()
373 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()
389 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()
394 return TargetPlatform == TvOS; in isTargetTvOSBased()
404 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()
409 return TargetPlatform == WatchOS; in isTargetWatchOSBased()
418 return TargetPlatform == MacOS; in isTargetMacOS()
[all …]
H A DDarwin.cpp1139 switch (TargetPlatform) { in getPlatformFamily()
1167 switch (TargetPlatform) { in getOSLibraryNameSuffix()
2489 switch (TargetPlatform) { in isAlignedAllocationUnavailable()
2722 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp44 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local
47 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()