Home
last modified time | relevance | path

Searched refs:getPlatformName (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp75 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp516 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
643 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1213 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp542 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
559 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp7349 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()
7678 S.getASTContext().getTargetInfo().getPlatformName()); in DoEmitAvailabilityWarning()
7711 S.getASTContext().getTargetInfo().getPlatformName()) in DoEmitAvailabilityWarning()
8141 SemaRef.getASTContext().getTargetInfo().getPlatformName()); in DiagnoseDeclAvailability()
8205 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp1774 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
H A DSemaExpr.cpp16848 StringRef Platform = getASTContext().getTargetInfo().getPlatformName(); in ActOnObjCAvailabilityCheckExpr()