| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 39 case XcodeSDK::XROS: in GetName() 85 return XcodeSDK::XROS; in ParseSDKName() 204 case XROS: in GetCanonicalName() 236 case Type::XROS: in SDKSupportsModules() 260 case Type::XROS: in SupportsSwift() 282 case Triple::OSType::XROS: in SDKSupportsBuiltinModules() 326 case Triple::XROS: in GetSDKTypeForTriple() 329 return XcodeSDK::XROS; in GetSDKTypeForTriple()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 359 XROS, enumerator 360 LastDarwinPlatform = XROS 470 return TargetPlatform == XROS && TargetEnvironment == NativeEnvironment; in isTargetXROSDevice() 474 return TargetPlatform == XROS && TargetEnvironment == Simulator; in isTargetXROSSimulator() 477 bool isTargetXROS() const { return TargetPlatform == XROS; } in isTargetXROS()
|
| H A D | Darwin.cpp | 990 llvm::Triple::getOSTypeName(llvm::Triple::XROS) + in getDefaultObjCRuntime() 1140 Str += llvm::Triple::getOSTypeName(llvm::Triple::XROS); in ComputeEffectiveClangTriple() 1399 case DarwinPlatformKind::XROS: in getPlatformFamily() 1432 case DarwinPlatformKind::XROS: in getOSLibraryNameSuffix() 1777 case DarwinPlatformKind::XROS: in addOSVersionMinArgument() 1948 case llvm::Triple::XROS: in getPlatformFromOS() 1949 return DarwinPlatformKind::XROS; in getPlatformFromOS() 1969 case DarwinPlatformKind::XROS: in getOSFromPlatform() 1970 return llvm::Triple::XROS; in getOSFromPlatform() 2088 !Targets[Darwin::XROS].empty())) { in getDeploymentTargetFromEnvironmentVariables() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 82 .Case("xros", llvm::Triple::XROS) in parseOS() 83 .Case("xrsimulator", llvm::Triple::XROS) in parseOS()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 40 XROS, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Platform.cpp | 56 case Triple::XROS: in mapToPlatformType()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 323 case XROS: return "xros"; in getOSTypeName() 708 .StartsWith("xros", Triple::XROS) in parseOS() 709 .StartsWith("visionos", Triple::XROS) in parseOS() 1474 case XROS: in getMacOSXVersion() 1504 case XROS: { in getiOSVersion() 1512 return getCanonicalVersionForOS(OSType::XROS, Version, in getiOSVersion() 1513 isValidVersionForOS(OSType::XROS, Version)); in getiOSVersion() 1549 case XROS: in getWatchOSVersion() 2205 case XROS: { in getCanonicalVersionForOS() 2248 case XROS: { in isValidVersionForOS()
|
| H A D | ARMTargetParser.cpp | 621 case llvm::Triple::XROS: in getARMCPUForArch()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | RuntimeLibcalls.cpp | 146 case Triple::XROS: in darwinHasExp10()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 235 XROS, // Apple XROS enumerator 589 bool isXROS() const { return getOS() == Triple::XROS; } in isXROS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 583 case Triple::XROS: in initializeLibCalls() 619 case Triple::XROS: in initializeLibCalls() 636 case Triple::XROS: in initializeLibCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 1455 case Triple::XROS: in getMachoBuildVersionSupportedOS() 1484 case Triple::XROS: in getMachoBuildVersionPlatformType() 1521 case Triple::XROS: in emitVersionForTarget()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 82 case llvm::Triple::OSType::XROS: in CreateInstance()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1134 case MachO::PLATFORM_XROS: return Triple::XROS; in getOSTypeFromPlatform()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 135 case llvm::Triple::XROS: in getExnObjectAlignment()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 413 case llvm::Triple::XROS: in getDefaultFloatABI()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 268 case Triple::XROS: in fromTriple()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3988 case llvm::Triple::XROS: in getBaseMachOPlatformID() 4073 case llvm::Triple::XROS: in isFoundationNeededForDarwinAvailabilityCheck()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1215 .Case("xros", OSType::XROS) 1216 .Case("xros_app_extension", OSType::XROS)
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6805 case llvm::Triple::XROS: in getToolChain()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 833 case llvm::Triple::XROS: in GetFramePointerRegisterNumber()
|