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

  /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/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/lib/Driver/ToolChains/
Darwin.cpp 2661 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment);
2663 PlatformName += "-simulator";
2664 CmdArgs.push_back(Args.MakeArgString(PlatformName));
  /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/Sema/
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()

Completed in 77 milliseconds