Home
last modified time | relevance | path

Searched refs:isSimulatorEnvironment (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp41 if (Target.isSimulatorEnvironment()) in mapToPlatformType()
47 return Target.isSimulatorEnvironment() ? PLATFORM_TVOSSIMULATOR in mapToPlatformType()
50 return Target.isSimulatorEnvironment() ? PLATFORM_WATCHOSSIMULATOR in mapToPlatformType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOSMacros.def44 TARGET_OS(TARGET_OS_SIMULATOR, Triple.isSimulatorEnvironment())
50 && !Triple.isSimulatorEnvironment())
52 TARGET_OS(TARGET_IPHONE_SIMULATOR, Triple.isSimulatorEnvironment())
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1335 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_IOSSIMULATOR in getMachoBuildVersionPlatformType()
1338 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_TVOSSIMULATOR in getMachoBuildVersionPlatformType()
1341 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_WATCHOSSIMULATOR in getMachoBuildVersionPlatformType()
1346 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_XROS_SIMULATOR in getMachoBuildVersionPlatformType()
H A DMCObjectFileInfo.cpp52 if (T.isSimulatorEnvironment()) in useCompactUnwind()
74 T.isSimulatorEnvironment())) in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h537 bool isSimulatorEnvironment() const { in isSimulatorEnvironment() function
547 return isMacOSX() || (isOSDarwin() && (isSimulatorEnvironment() || in isTargetMachineMac()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h65 if (!Triple.isSimulatorEnvironment()) in DarwinTargetInfo()
71 if (!Triple.isSimulatorEnvironment()) in DarwinTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp58 assert(!Triple.isSimulatorEnvironment() && "xrossim should be mac-like"); in getAArch64TargetCPU()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1910 if (isMacCatalystEnvironment() || isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
1918 if (isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
1923 if (isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1282 if (TI.getTriple().isOSDarwin() && TI.getTriple().isSimulatorEnvironment()) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5129 if (CGM.getTarget().getTriple().isSimulatorEnvironment()) in EmitImageInfo()