| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 39 case XcodeSDK::XROS: in GetName() 85 return XcodeSDK::XROS; in ParseSDKName() 197 case XROS: in GetCanonicalName() 229 case Type::XROS: in SDKSupportsModules() 253 case Type::XROS: in SupportsSwift() 298 case Triple::XROS: in GetSDKTypeForTriple() 301 return XcodeSDK::XROS; in GetSDKTypeForTriple()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 302 XROS, enumerator 410 return TargetPlatform == XROS && TargetEnvironment == NativeEnvironment; in isTargetXROSDevice() 414 return TargetPlatform == XROS && TargetEnvironment == Simulator; in isTargetXROSSimulator() 417 bool isTargetXROS() const { return TargetPlatform == XROS; } in isTargetXROS()
|
| H A D | Darwin.cpp | 1328 case DarwinPlatformKind::XROS: in getPlatformFamily() 1361 case DarwinPlatformKind::XROS: in getOSLibraryNameSuffix() 1673 case DarwinPlatformKind::XROS: in addOSVersionMinArgument() 1821 case llvm::Triple::XROS: in getPlatformFromOS() 2006 Darwin::XROS, Version, in inferDeploymentTargetFromSDK() 2046 case llvm::Triple::XROS: in getOSVersion() 2142 case llvm::Triple::XROS: in getDeploymentTargetFromMTargetOSArg() 2358 } else if (Platform == XROS) { in AddDeploymentTarget() 2905 case XROS: // Always available. in isAlignedAllocationUnavailable() 2928 case Darwin::XROS: in sdkSupportsBuiltinModules() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 38 XROS, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 277 case XROS: return "xros"; in getOSTypeName() 639 .StartsWith("xros", Triple::XROS) in parseOS() 640 .StartsWith("visionos", Triple::XROS) in parseOS() 1278 case XROS: in getMacOSXVersion() 1304 case XROS: { in getiOSVersion() 1334 case XROS: in getWatchOSVersion()
|
| H A D | ARMTargetParser.cpp | 601 case llvm::Triple::XROS: in getARMCPUForArch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 218 XROS, // Apple XROS enumerator 525 bool isXROS() const { return getOS() == Triple::XROS; } in isXROS()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.def | 136 PLATFORM(XROS, 11, xros, xros, xros, xros, xrOS)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 1316 case Triple::XROS: in getMachoBuildVersionSupportedOS() 1345 case Triple::XROS: in getMachoBuildVersionPlatformType() 1380 case Triple::XROS: in emitVersionForTarget()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 543 case Triple::XROS: in initialize() 579 case Triple::XROS: in initialize() 596 case Triple::XROS: in initialize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 976 case llvm::Triple::XROS: in checkMsg_decodeValueOfObjCType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1150 case MachO::PLATFORM_XROS: return Triple::XROS; in getOSTypeFromPlatform()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 113 case llvm::Triple::XROS: in getExnObjectAlignment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 370 case llvm::Triple::XROS: in getDefaultFloatABI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3944 case llvm::Triple::XROS: in getBaseMachOPlatformID() 4029 case llvm::Triple::XROS: in isFoundationNeededForDarwinAvailabilityCheck()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6230 case llvm::Triple::XROS: in getToolChain()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 833 case llvm::Triple::XROS: in GetFramePointerRegisterNumber()
|