Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DPlatform.h26 StringRef getPlatformName(PlatformType Platform);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp45 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()
377 S.getASTContext().getTargetInfo().getPlatformName())); in DoEmitAvailabilityWarning()
410 S.getASTContext().getTargetInfo().getPlatformName()) in DoEmitAvailabilityWarning()
762 SemaRef.getASTContext().getTargetInfo().getPlatformName())); in DiagnoseDeclAvailability()
826 SemaRef.getASTContext().getTargetInfo().getPlatformName()) in DiagnoseDeclAvailability()
H A DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
H A DSemaExprCXX.cpp1956 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
H A DSemaExpr.cpp21169 FindSpecVersion(Context.getTargetInfo().getPlatformName())) in ActOnObjCAvailabilityCheckExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp563 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
690 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1539 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp170 os << getPlatformName(info.target.Platform); in checkCompatibility()
175 getPlatformName(config->platform())); in checkCompatibility()
H A DDriver.cpp1032 warn("-fixup_chains requires " + getPlatformName(config->platform()) + " " + in shouldEmitChainedFixups()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp626 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
647 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3031 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
3060 getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()