| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 299 TvOS, enumerator 394 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS() 400 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator() 421 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS() 426 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator() 431 return TargetPlatform == TvOS; in isTargetTvOSBased()
|
| H A D | Darwin.cpp | 1322 case DarwinPlatformKind::TvOS: in getPlatformFamily() 1355 case DarwinPlatformKind::TvOS: in getOSLibraryNameSuffix() 1667 case DarwinPlatformKind::TvOS: in addOSVersionMinArgument() 1817 case llvm::Triple::TvOS: in getPlatformFromOS() 2002 Darwin::TvOS, Version, in inferDeploymentTargetFromSDK() 2040 case llvm::Triple::TvOS: in getOSVersion() 2140 case llvm::Triple::TvOS: in getDeploymentTargetFromMTargetOSArg() 2339 } else if (Platform == TvOS) { in AddDeploymentTarget() 2900 OS = llvm::Triple::TvOS; in isAlignedAllocationUnavailable() 2924 case Darwin::TvOS: in sdkSupportsBuiltinModules() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AlignedAllocation.h | 32 case llvm::Triple::TvOS: // Earliest supporting version is 11.0.0. in alignedAllocMinVersion()
|
| H A D | DarwinSDKInfo.h | 72 llvm::Triple::TvOS, llvm::Triple::UnknownEnvironment); in iOStoTvOSPair()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Platform.cpp | 46 case Triple::TvOS: in mapToPlatformType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 1288 case Triple::TvOS: in getMachoVersionMinLoadCommandType() 1309 case Triple::TvOS: in getMachoBuildVersionSupportedOS() 1337 case Triple::TvOS: in getMachoBuildVersionPlatformType() 1371 case Triple::TvOS: in emitVersionForTarget()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 215 TvOS, // Apple tvOS enumerator 512 return getOS() == Triple::TvOS; in isTvOS()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 412 case Triple::TvOS: in swiftAsyncContextIsDynamicallySet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 385 case Triple::TvOS: in swiftAsyncContextIsDynamicallySet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 269 case TvOS: return "tvos"; in getOSTypeName() 636 .StartsWith("tvos", Triple::TvOS) in parseOS() 1270 case TvOS: in getMacOSXVersion() 1297 case TvOS: { in getiOSVersion() 1916 case Triple::TvOS: in getMinimumSupportedOSVersion()
|
| H A D | ARMTargetParser.cpp | 598 case llvm::Triple::TvOS: in getARMCPUForArch()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 290 case Triple::TvOS: in GetSDKTypeForTriple()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 541 case Triple::TvOS: in initialize() 577 case Triple::TvOS: in initialize() 594 case Triple::TvOS: in initialize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1109 case MCVM_TvOSVersionMin: return Triple::TvOS; in getOSTypeFromMCVM() 1148 case MachO::PLATFORM_TVOS: return Triple::TvOS; in getOSTypeFromPlatform()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 80 case llvm::Triple::OSType::TvOS: in CreateInstance()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 972 case llvm::Triple::TvOS: in checkMsg_decodeValueOfObjCType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 198 case llvm::Triple::TvOS: in shouldDiagnoseAvailabilityByDefault()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 107 case llvm::Triple::TvOS: // Earliest supporting version is 12.0.0. in getExnObjectAlignment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 368 case llvm::Triple::TvOS: in getDefaultFloatABI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3940 case llvm::Triple::TvOS: in getBaseMachOPlatformID() 4019 case llvm::Triple::TvOS: in isFoundationNeededForDarwinAvailabilityCheck()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6228 case llvm::Triple::TvOS: in getToolChain()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 831 case llvm::Triple::TvOS: in GetFramePointerRegisterNumber()
|