Searched refs:getPlatformName (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPlatform.h40 StringRef getPlatformName(PlatformKind Platform);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp64 StringRef getPlatformName(PlatformKind Platform) { function in namespace:llvm::MachO
H A DTarget.cpp51 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")")
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp44 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName();
373 S.getASTContext().getTargetInfo().getPlatformName()));
406 S.getASTContext().getTargetInfo().getPlatformName())
772 SemaRef.getASTContext().getTargetInfo().getPlatformName()));
836 SemaRef.getASTContext().getTargetInfo().getPlatformName())
H A DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName();
H A DSemaExprCXX.cpp1834 getASTContext().getTargetInfo().getPlatformName());
H A DSemaExpr.cpp19160 StringRef Platform = getASTContext().getTargetInfo().getPlatformName();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1341 StringRef getPlatformName() const { return PlatformName; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp69 StringRef Platform = Target.getPlatformName();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName();
676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp572 static const char *getPlatformName(MachO::PlatformType Type) { function
590 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2564 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, function
2588 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment);

Completed in 332 milliseconds