Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp42 if (Target.isSimulatorEnvironment()) in mapToPlatformKind()
48 return Target.isSimulatorEnvironment() ? PlatformKind::tvOSSimulator in mapToPlatformKind()
51 return Target.isSimulatorEnvironment() ? PlatformKind::watchOSSimulator in mapToPlatformKind()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h488 bool isSimulatorEnvironment() const { in isSimulatorEnvironment() function
498 return isMacOSX() || (isOSDarwin() && (isSimulatorEnvironment() || in isTargetMachineMac()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1294 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_IOSSIMULATOR in getMachoBuildVersionPlatformType()
1297 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_TVOSSIMULATOR in getMachoBuildVersionPlatformType()
1300 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_WATCHOSSIMULATOR in getMachoBuildVersionPlatformType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h101 if (!Triple.isSimulatorEnvironment()) in DarwinTargetInfo()
107 if (!Triple.isSimulatorEnvironment()) in DarwinTargetInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1681 if (isMacCatalystEnvironment() || isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
1689 if (isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
1694 if (isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1122 if (TI.getTriple().isOSDarwin() && TI.getTriple().isSimulatorEnvironment()) in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5202 if (CGM.getTarget().getTriple().isSimulatorEnvironment()) in EmitImageInfo()