Home
last modified time | relevance | path

Searched refs:TvOS (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.h301 TvOS, enumerator
395 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()
401 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()
412 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS()
417 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()
422 return TargetPlatform == TvOS; in isTargetTvOSBased()
H A DDarwin.cpp1267 case DarwinPlatformKind::TvOS: in getPlatformFamily()
1298 case DarwinPlatformKind::TvOS: in getOSLibraryNameSuffix()
1583 case DarwinPlatformKind::TvOS: in addOSVersionMinArgument()
1730 case llvm::Triple::TvOS: in getPlatformFromOS()
1793 Darwin::TvOS, TvOSVersion, in getDeploymentTargetFromOSVersionArg()
1912 Darwin::TvOS, Version, in inferDeploymentTargetFromSDK()
1946 case llvm::Triple::TvOS: in getOSVersion()
2041 case llvm::Triple::TvOS: in getDeploymentTargetFromMTargetOSArg()
2239 } else if (Platform == TvOS) { in AddDeploymentTarget()
2782 OS = llvm::Triple::TvOS; in isAlignedAllocationUnavailable()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAlignedAllocation.h32 case llvm::Triple::TvOS: // Earliest supporting version is 11.0.0. in alignedAllocMinVersion()
H A DDarwinSDKInfo.h72 llvm::Triple::TvOS, llvm::Triple::UnknownEnvironment); in iOStoTvOSPair()
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DPlatform.cpp46 case Triple::TvOS: in mapToPlatformType()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp104 case llvm::Triple::TvOS: // This is the right triple value for Apple TV in CreateInstance()
H A DPlatformAppleSimulator.cpp606 {llvm::Triple::aarch64, llvm::Triple::x86_64}, llvm::Triple::TvOS, in CreateInstance()
607 {llvm::Triple::TvOS}, in CreateInstance()
H A DPlatformDarwin.cpp1034 use_current_os_version = get_host_os() == llvm::Triple::TvOS; in AddClangModuleCompilationOptionsForSDKType()
1339 return llvm::Triple::TvOS; in GetHostOSType()
H A DPlatformDarwinKernel.cpp129 case llvm::Triple::TvOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp413 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo()
425 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo()
715 dyld_triple.getOS() == llvm::Triple::TvOS || in AddModulesUsingImageInfos()
787 (os_type == llvm::Triple::IOS || os_type == llvm::Triple::TvOS || in GetArchitecture()
1176 if (os_type == llvm::Triple::TvOS && version >= llvm::VersionTuple(10)) in UseDYLDSPI()
H A DDynamicLoaderMacOS.cpp56 case llvm::Triple::TvOS: in CreateInstance()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h215 TvOS, // Apple tvOS enumerator
500 return getOS() == Triple::TvOS; in isTvOS()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h353 case Triple::TvOS: in swiftAsyncContextIsDynamicallySet()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp1278 case Triple::TvOS: in getMachoVersionMinLoadCommandType()
1299 case Triple::TvOS: in getMachoBuildVersionSupportedOS()
1324 case Triple::TvOS: in getMachoBuildVersionPlatformType()
1355 case Triple::TvOS: in emitVersionForTarget()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp240 case TvOS: return "tvos"; in getOSTypeName()
588 .StartsWith("tvos", Triple::TvOS) in parseOS()
1257 case TvOS: in getMacOSXVersion()
1282 case TvOS: { in getiOSVersion()
1864 case Triple::TvOS: in getMinimumSupportedOSVersion()
H A DARMTargetParser.cpp554 case llvm::Triple::TvOS: in getARMCPUForArch()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h401 case Triple::TvOS: in swiftAsyncContextIsDynamicallySet()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DXcodeSDK.cpp271 case Triple::TvOS: in GetSDKTypeForTriple()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp526 case Triple::TvOS: in initialize()
561 case Triple::TvOS: in initialize()
577 case Triple::TvOS: in initialize()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1109 case MCVM_TvOSVersionMin: return Triple::TvOS; in getOSTypeFromMCVM()
1148 case MachO::PLATFORM_TVOS: return Triple::TvOS; in getOSTypeFromPlatform()
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm269 arch_32.GetTriple().setOS(llvm::Triple::TvOS);
270 arch_64.GetTriple().setOS(llvm::Triple::TvOS);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp127 case llvm::Triple::TvOS: in CanDebug()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp80 case llvm::Triple::OSType::TvOS: in CreateInstance()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp973 case llvm::Triple::TvOS: in checkMsg_decodeValueOfObjCType()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp62 case llvm::Triple::TvOS: in LLDB_PLUGIN_DEFINE()

12