Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DPlatform.h26 StringRef getPlatformName(PlatformType Platform);
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTarget.cpp49 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
H A DPlatform.cpp63 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() function
/llvm-project-15.0.7/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()
758 SemaRef.getASTContext().getTargetInfo().getPlatformName())); in DiagnoseDeclAvailability()
822 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp1941 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
H A DSemaExpr.cpp20789 FindSpecVersion(Context.getTargetInfo().getPlatformName())) in ActOnObjCAvailabilityCheckExpr()
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp550 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
677 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1491 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp582 StringRef PlatformName = Context.getTargetInfo().getPlatformName(); in getAvailability()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp169 os << getPlatformName(info.target.Platform); in checkCompatibility()
174 getPlatformName(config->platform())); in checkCompatibility()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp621 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
642 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2999 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
3028 getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()