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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.cpp 23 const llvm::Triple &Triple, StringRef &PlatformName,
54 PlatformName = "macos";
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
63 if (PlatformName == "win32") {
OSTargets.h 74 const llvm::Triple &Triple, StringRef &PlatformName,
82 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
378 this->PlatformName = "android";
780 this->PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
AArch64.cpp 941 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
ARM.cpp 1308 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 372 std::string PlatformName(AvailabilityAttr::getPrettyPlatformName(
375 S.Diag(Loc, Warning) << OffendingDecl << PlatformName
380 << OffendingDecl << PlatformName << Introduced.getAsString()
404 std::string PlatformName =
412 (llvm::Twine(Insertion->Prefix) + "API_AVAILABLE(" + PlatformName +
771 std::string PlatformName(AvailabilityAttr::getPrettyPlatformName(
775 << Range << D << PlatformName << Introduced.getAsString();
779 << OffendingDecl << PlatformName << Introduced.getAsString()
SemaDeclAttr.cpp 2232 StringRef PlatformName
2234 if (PlatformName.empty())
2235 PlatformName = Platform->getName();
2242 << 1 << PlatformName << Deprecated.getAsString()
2250 << 2 << PlatformName << Obsoleted.getAsString()
2258 << 2 << PlatformName << Obsoleted.getAsString()
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 1162 StringRef PlatformName;
1164 if (getParser().parseIdentifier(PlatformName))
1167 unsigned Platform = StringSwitch<unsigned>(PlatformName)
1196 checkVersion(Directive, PlatformName, Loc, ExpectedOS);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 217 mutable StringRef PlatformName;
1409 StringRef getPlatformName() const { return PlatformName; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 144 PlatformName = "unknown";
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 625 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform);
626 OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp 2661 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment);
2663 PlatformName += "-simulator";
2664 CmdArgs.push_back(Args.MakeArgString(PlatformName));

Completed in 34 milliseconds