Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DPlatform.h40 StringRef getPlatformName(PlatformKind Platform);
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DPlatform.h41 StringRef getPlatformName(PlatformKind Platform);
/external/llvm-project/llvm/lib/TextAPI/MachO/
DPlatform.cpp64 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName() function
DTarget.cpp52 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DPlatform.cpp64 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName() function
DTarget.cpp51 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string()
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp44 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()
DSemaDeclObjC.cpp296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()
DSemaExprCXX.cpp1852 getASTContext().getTargetInfo().getPlatformName()); in diagnoseUnavailableAlignedAllocation()
DSemaExpr.cpp19395 StringRef Platform = getASTContext().getTargetInfo().getPlatformName(); in ActOnObjCAvailabilityCheckExpr()
/external/clang/include/clang/Basic/
DTargetInfo.h926 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1372 StringRef getPlatformName() const { return PlatformName; } in getPlatformName() function
/external/llvm-project/clang/lib/Basic/
DModule.cpp69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp562 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
580 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp577 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() function
596 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
/external/clang/lib/AST/
DDeclBase.cpp421 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability()
/external/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.cpp2608 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() function
2632 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp6239 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform()