Home
last modified time | relevance | path

Searched refs:isSimulatorEnvironment (Results 1 – 11 of 11) 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()
57 return Target.isSimulatorEnvironment() ? PLATFORM_XROS_SIMULATOR in mapToPlatformType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOSMacros.def45 TARGET_OS(TARGET_OS_SIMULATOR, Triple.isSimulatorEnvironment())
51 && !Triple.isSimulatorEnvironment())
53 TARGET_OS(TARGET_IPHONE_SIMULATOR, Triple.isSimulatorEnvironment())
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h568 bool isSimulatorEnvironment() const { in isSimulatorEnvironment() function
578 return isMacOSX() || (isOSDarwin() && (isSimulatorEnvironment() || in isTargetMachineMac()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1375 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_IOSSIMULATOR in getMachoBuildVersionPlatformType()
1378 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_TVOSSIMULATOR in getMachoBuildVersionPlatformType()
1381 return Target.isSimulatorEnvironment() ? MachO::PLATFORM_WATCHOSSIMULATOR in getMachoBuildVersionPlatformType()
1386 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/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp269 Platform = TT.isSimulatorEnvironment() ? MachO::PLATFORM_IOSSIMULATOR in fromTriple()
276 Platform = TT.isSimulatorEnvironment() ? MachO::PLATFORM_TVOSSIMULATOR in fromTriple()
280 Platform = TT.isSimulatorEnvironment() ? MachO::PLATFORM_WATCHOSSIMULATOR in fromTriple()
284 Platform = TT.isSimulatorEnvironment() ? MachO::PLATFORM_XROS_SIMULATOR in fromTriple()
/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.cpp2063 if (isMacCatalystEnvironment() || isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
2071 if (isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
2076 if (isSimulatorEnvironment()) in getMinimumSupportedOSVersion()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1429 if (TI.getTriple().isOSDarwin() && TI.getTriple().isSimulatorEnvironment()) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5136 if (CGM.getTarget().getTriple().isSimulatorEnvironment()) in EmitImageInfo()