Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h28 StringRef getPlatformName(PlatformType Platform);
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp12 StringRef PlatformName = Context.getTargetInfo().getPlatformName(); in createFromDecl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp45 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + in operator std::string()
H A DPlatform.cpp63 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp45 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()
389 S.getASTContext().getTargetInfo().getPlatformName())); in DoEmitAvailabilityWarning()
422 S.getASTContext().getTargetInfo().getPlatformName()) in DoEmitAvailabilityWarning()
797 SemaRef.getASTContext().getTargetInfo().getPlatformName())); in DiagnoseDeclAvailability()
861 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp1988 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
H A DSemaExpr.cpp21924 FindSpecVersion(Context.getTargetInfo().getPlatformName())) in ActOnObjCAvailabilityCheckExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp636 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
763 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp68 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1572 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp170 os << getPlatformName(info.target.Platform); in checkCompatibility()
175 getPlatformName(config->platform())); in checkCompatibility()
H A DDriver.cpp1061 warn("-fixup_chains requires " + getPlatformName(config->platform()) + " " + in shouldEmitChainedFixups()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp633 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
647 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3194 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
3225 getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()