Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DPlatform.h41 StringRef getPlatformName(PlatformKind Platform);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp44 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()
373 S.getASTContext().getTargetInfo().getPlatformName())); in DoEmitAvailabilityWarning()
406 S.getASTContext().getTargetInfo().getPlatformName()) in DoEmitAvailabilityWarning()
772 SemaRef.getASTContext().getTargetInfo().getPlatformName())); in DiagnoseDeclAvailability()
836 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp1881 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
H A DSemaExpr.cpp19643 StringRef Platform = getASTContext().getTargetInfo().getPlatformName(); in ActOnObjCAvailabilityCheckExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp52 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
H A DPlatform.cpp65 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1409 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp606 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
625 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2637 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
2661 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()