HomeSort by: relevance | last modified time | path
    Searched refs:getPlatformName (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Platform.h 41 StringRef getPlatformName(PlatformKind Platform);
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Target.cpp 52 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")")
Platform.cpp 65 StringRef getPlatformName(PlatformKind Platform) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 44 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())
SemaDeclObjC.cpp 296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName();
SemaExprCXX.cpp 1881 getASTContext().getTargetInfo().getPlatformName());
SemaExpr.cpp 19643 StringRef Platform = getASTContext().getTargetInfo().getPlatformName();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 69 StringRef Platform = Target.getPlatformName();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 606 static const char *getPlatformName(MachO::PlatformType Type) {
625 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName();
676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1409 StringRef getPlatformName() const { return PlatformName; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp 2637 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform,
2661 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment);

Completed in 50 milliseconds