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.cpp32 DB.AddString(getPlatformName(Platform)); in operator <<()
45 Stream << getPlatformName(PV.first); in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h29 LLVM_ABI StringRef getPlatformName(PlatformType Platform);
/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.cpp71 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()
469 AvailabilityAttr::getPrettyPlatformName(TI.getPlatformName())); in DoEmitAvailabilityWarning()
518 S.getASTContext().getTargetInfo().getPlatformName(); in DoEmitAvailabilityWarning()
908 AvailabilityAttr::getPrettyPlatformName(TI.getPlatformName())); in DiagnoseDeclAvailability()
986 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaHLSL.cpp2324 SemaRef.getASTContext().getTargetInfo().getPlatformName(); in FindAvailabilityAttr()
2382 AvailabilityAttr::getPrettyPlatformName(TI.getPlatformName())); in CheckDeclAvailability()
H A DSemaExprObjC.cpp5179 FindSpecVersion(Context.getTargetInfo().getPlatformName(), in ActOnObjCAvailabilityCheckExpr()
H A DSemaDeclObjC.cpp302 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp2117 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAvailability.cpp106 D->getASTContext().getTargetInfo().getPlatformName())) { in createFromDecl()
H A DDeclBase.cpp664 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
812 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp63 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1690 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp168 os << getPlatformName(info.target.Platform); in checkCompatibility()
173 getPlatformName(config->platform())); in checkCompatibility()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp663 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
677 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3531 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
3562 getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()