HomeSort by relevance Sort by last modified time
    Searched defs:TargetPlatform (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Driver/
ToolChains.h 391 mutable DarwinPlatformKind TargetPlatform;
435 if (TargetInitialized && TargetPlatform == Platform &&
441 TargetPlatform = Platform;
447 return TargetPlatform == IPhoneOS || TargetPlatform == TvOS;
452 return TargetPlatform == IPhoneOSSimulator ||
453 TargetPlatform == TvOSSimulator;
463 return TargetPlatform == TvOS;
468 return TargetPlatform == TvOSSimulator;
473 return TargetPlatform == TvOS || TargetPlatform == TvOSSimulator
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 421 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName();
424 if (RealizedPlatform != TargetPlatform)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 1016 milliseconds