Home
last modified time | relevance | path

Searched refs:DriverKit (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp54 case Triple::DriverKit: in mapToPlatformType()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp272 case DriverKit: return "driverkit"; in getOSTypeName()
677 .StartsWith("driverkit", Triple::DriverKit) in parseOS()
1420 case DriverKit: in getMacOSXVersion()
1451 case DriverKit: in getiOSVersion()
1476 case DriverKit: in getWatchOSVersion()
1485 case DriverKit: in getDriverKitVersion()
2079 case Triple::DriverKit: in getMinimumSupportedOSVersion()
H A DARMTargetParser.cpp602 case llvm::Triple::DriverKit: in getARMCPUForArch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1355 case DarwinPlatformKind::DriverKit: in getPlatformFamily()
1393 case DarwinPlatformKind::DriverKit: in getOSLibraryNameSuffix()
1705 case DarwinPlatformKind::DriverKit: in addOSVersionMinArgument()
1852 case llvm::Triple::DriverKit: in getPlatformFromOS()
1853 return DarwinPlatformKind::DriverKit; in getPlatformFromOS()
2040 return DarwinPlatform::createFromSDK(Darwin::DriverKit, Version); in inferDeploymentTargetFromSDK()
2082 case llvm::Triple::DriverKit: in getOSVersion()
2382 } else if (Platform == DriverKit) { in AddDeploymentTarget()
2402 Platform != DriverKit && OSTarget->canInferSimulatorFromArch() && in AddDeploymentTarget()
2919 case DriverKit: // Always available. in isAlignedAllocationUnavailable()
[all …]
H A DDarwin.h308 DriverKit, enumerator
464 return TargetPlatform == DriverKit; in isTargetDriverKit()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h230 DriverKit, // Apple DriverKit enumerator
559 bool isDriverKit() const { return getOS() == Triple::DriverKit; } in isDriverKit()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1353 case Triple::DriverKit: in getMachoBuildVersionSupportedOS()
1383 case Triple::DriverKit: in getMachoBuildVersionPlatformType()
1417 case Triple::DriverKit: in emitVersionForTarget()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1153 return Triple::DriverKit; in getOSTypeFromPlatform()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp374 case llvm::Triple::DriverKit: in getDefaultFloatABI()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3944 case llvm::Triple::DriverKit: in getBaseMachOPlatformID()
4030 case llvm::Triple::DriverKit: in isFoundationNeededForDarwinAvailabilityCheck()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td464 HelpText<"Oldest DriverKit version for which linked output is usable">,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6360 case llvm::Triple::DriverKit: in getToolChain()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1025 .Case("driverkit", "DriverKit")
H A DAttrDocs.td1643 Apple's DriverKit userspace kernel extensions. The minimum deployment target