Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp33 DB.AddString(getPlatformName(Platform)); in operator <<()
46 Stream << getPlatformName(PV.first); in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h28 StringRef getPlatformName(PlatformType Platform);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAvailability.cpp23 StringRef PlatformName = Context.getTargetInfo().getPlatformName(); in createFromDecl()
H A DDeclBase.cpp658 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
802 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp45 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + in create()
H A DPlatform.cpp69 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp69 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()
450 AvailabilityAttr::getPrettyPlatformName(TI.getPlatformName())); in DoEmitAvailabilityWarning()
499 S.getASTContext().getTargetInfo().getPlatformName()) in DoEmitAvailabilityWarning()
868 AvailabilityAttr::getPrettyPlatformName(TI.getPlatformName())); in DiagnoseDeclAvailability()
946 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaHLSL.cpp800 SemaRef.getASTContext().getTargetInfo().getPlatformName(); in FindAvailabilityAttr()
858 AvailabilityAttr::getPrettyPlatformName(TI.getPlatformName())); in CheckDeclAvailability()
H A DSemaExprObjC.cpp5181 FindSpecVersion(Context.getTargetInfo().getPlatformName())) in ActOnObjCAvailabilityCheckExpr()
H A DSemaDeclObjC.cpp303 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp2018 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp68 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1659 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp170 os << getPlatformName(info.target.Platform); in checkCompatibility()
175 getPlatformName(config->platform())); in checkCompatibility()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp649 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
663 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3289 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
3320 getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()