Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.h289 mutable DarwinPlatformKind TargetPlatform; variable
343 if (TargetInitialized && TargetPlatform == Platform && in setTarget()
350 TargetPlatform = Platform; in setTarget()
360 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()
366 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()
377 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS()
382 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()
387 return TargetPlatform == TvOS; in isTargetTvOSBased()
392 return TargetPlatform == WatchOS && TargetEnvironment == NativeEnvironment; in isTargetWatchOS()
397 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()
[all …]
DDarwin.cpp1129 switch (TargetPlatform) { in getPlatformFamily()
1155 switch (TargetPlatform) { in getOSLibraryNameSuffix()
2413 switch (TargetPlatform) { in isAlignedAllocationUnavailable()
2632 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
/external/dokka/core/src/main/kotlin/Analysis/
DCoreKotlinCacheService.kt18 platform: org.jetbrains.kotlin.platform.TargetPlatform in getResolutionFacade()
25 platform: org.jetbrains.kotlin.platform.TargetPlatform in getResolutionFacadeByFile()
32 platform: org.jetbrains.kotlin.platform.TargetPlatform in getResolutionFacadeByModuleInfo()
DAnalysisEnvironment.kt49 import org.jetbrains.kotlin.platform.TargetPlatform in <lambda>()
132 override val platform: TargetPlatform in <lambda>()
140 override val platform: TargetPlatform in <lambda>()
/external/clang/lib/Driver/
DToolChains.h391 mutable DarwinPlatformKind TargetPlatform; variable
435 if (TargetInitialized && TargetPlatform == Platform && in setTarget()
441 TargetPlatform = Platform; in setTarget()
447 return TargetPlatform == IPhoneOS || TargetPlatform == TvOS; in isTargetIPhoneOS()
452 return TargetPlatform == IPhoneOSSimulator || in isTargetIOSSimulator()
453 TargetPlatform == TvOSSimulator; in isTargetIOSSimulator()
463 return TargetPlatform == TvOS; in isTargetTvOS()
468 return TargetPlatform == TvOSSimulator; in isTargetTvOSSimulator()
473 return TargetPlatform == TvOS || TargetPlatform == TvOSSimulator; in isTargetTvOSBased()
478 return TargetPlatform == WatchOS; in isTargetWatchOS()
[all …]
DToolChains.cpp334 switch (TargetPlatform) { in getPlatformFamily()
364 switch(TargetPlatform) { in getOSLibraryNameSuffix()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local
552 if (getRealizedPlatform(A, Context) != TargetPlatform) in CheckAvailability()
676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced() local
679 if (getRealizedPlatform(Availability, Context) != TargetPlatform) in getVersionIntroduced()
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp44 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local
47 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()
/external/clang/lib/AST/
DDeclBase.cpp421 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local
424 if (RealizedPlatform != TargetPlatform) in CheckAvailability()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp6239 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local
6242 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()