Searched refs:getPlatformName (Results 1 – 19 of 19) sorted by relevance
40 StringRef getPlatformName(PlatformKind Platform);
41 StringRef getPlatformName(PlatformKind Platform);
64 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName() function
52 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
51 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
44 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()
296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
1852 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
19395 StringRef Platform = getASTContext().getTargetInfo().getPlatformName(); in ActOnObjCAvailabilityCheckExpr()
926 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
1372 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
562 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function580 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
577 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function596 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
421 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
2608 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function2632 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
6239 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()