| /llvm-project-15.0.7/lldb/unittests/Platform/ |
| H A D | PlatformAppleSimulatorTest.cpp | 56 llvm::Triple::TvOS, in TEST_F() 77 llvm::Triple::TvOS, in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 300 TvOS, enumerator 394 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS() 400 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator() 411 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS() 416 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator() 421 return TargetPlatform == TvOS; in isTargetTvOSBased()
|
| H A D | Darwin.cpp | 1260 case DarwinPlatformKind::TvOS: in getPlatformFamily() 1291 case DarwinPlatformKind::TvOS: in getOSLibraryNameSuffix() 1572 case DarwinPlatformKind::TvOS: in addOSVersionMinArgument() 1716 case llvm::Triple::TvOS: in getPlatformFromOS() 1888 Darwin::TvOS, Version, in inferDeploymentTargetFromSDK() 1922 case llvm::Triple::TvOS: in getOSVersion() 2018 case llvm::Triple::TvOS: in getDeploymentTargetFromMTargetOSArg() 2213 } else if (Platform == TvOS) { in AddDeploymentTarget() 2738 case TvOS: // Earlier than 11.0. in isAlignedAllocationUnavailable() 2739 OS = llvm::Triple::TvOS; in isAlignedAllocationUnavailable() [all …]
|
| /llvm-project-15.0.7/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 | 71 llvm::Triple::TvOS, llvm::Triple::UnknownEnvironment); in iOStoTvOSPair()
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | Platform.cpp | 46 case Triple::TvOS: in mapToPlatformType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteAppleTV.cpp | 104 case llvm::Triple::TvOS: // This is the right triple value for Apple TV in CreateInstance()
|
| H A D | PlatformAppleSimulator.cpp | 594 {llvm::Triple::aarch64, llvm::Triple::x86_64}, llvm::Triple::TvOS, in CreateInstance() 595 {llvm::Triple::TvOS}, in CreateInstance()
|
| H A D | PlatformDarwin.cpp | 1002 use_current_os_version = get_host_os() == llvm::Triple::TvOS; in AddClangModuleCompilationOptionsForSDKType() 1308 return llvm::Triple::TvOS; in GetHostOSType()
|
| H A D | PlatformDarwinKernel.cpp | 125 case llvm::Triple::TvOS: in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 413 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo() 425 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo() 696 dyld_triple.getOS() == llvm::Triple::TvOS || in AddModulesUsingImageInfos() 768 (os_type == llvm::Triple::IOS || os_type == llvm::Triple::TvOS || in GetArchitecture() 1158 if (os_type == llvm::Triple::TvOS && version >= llvm::VersionTuple(10)) in UseDYLDSPI()
|
| H A D | DynamicLoaderMacOS.cpp | 56 case llvm::Triple::TvOS: in CreateInstance()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | DarwinSDKInfoTest.cpp | 140 llvm::Triple::IOS, llvm::Triple::UnknownEnvironment, llvm::Triple::TvOS, in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 237 case TvOS: return "tvos"; in getOSTypeName() 579 .StartsWith("tvos", Triple::TvOS) in parseOS() 1233 case TvOS: in getMacOSXVersion() 1258 case TvOS: { in getiOSVersion() 1835 case Triple::TvOS: in getMinimumSupportedOSVersion() 1875 case llvm::Triple::TvOS: in getARMCPUForArch()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 211 TvOS, // Apple tvOS enumerator 490 return getOS() == Triple::TvOS; in isTvOS()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 324 case Triple::TvOS: in swiftAsyncContextIsDynamicallySet()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 1269 case Triple::TvOS: in getMachoVersionMinLoadCommandType() 1290 case Triple::TvOS: in getMachoBuildVersionSupportedOS() 1315 case Triple::TvOS: in getMachoBuildVersionPlatformType() 1346 case Triple::TvOS: in emitVersionForTarget()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 387 case Triple::TvOS: in swiftAsyncContextIsDynamicallySet()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 271 case Triple::TvOS: in GetSDKTypeForTriple()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 270 arch_32.GetTriple().setOS(llvm::Triple::TvOS); 271 arch_64.GetTriple().setOS(llvm::Triple::TvOS);
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1110 case MCVM_TvOSVersionMin: return Triple::TvOS; in getOSTypeFromMCVM() 1149 case MachO::PLATFORM_TVOS: return Triple::TvOS; in getOSTypeFromPlatform()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 498 case Triple::TvOS: in initialize() 533 case Triple::TvOS: in initialize() 549 case Triple::TvOS: in initialize()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 127 case llvm::Triple::TvOS: in CanDebug()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 79 case llvm::Triple::OSType::TvOS: in CreateInstance()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 973 case llvm::Triple::TvOS: in checkMsg_decodeValueOfObjCType()
|