Searched refs:PlatformName (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName,
54 PlatformName = "macos";
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
63 if (PlatformName == "win32") {
22 getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, const llvm::Triple &Triple, StringRef &PlatformName, VersionTuple &PlatformMinVersion) argument
H A DOSTargets.h75 const llvm::Triple &Triple, StringRef &PlatformName,
83 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
383 this->PlatformName = "android";
H A DAArch64.cpp702 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
H A DARM.cpp1250 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1162 StringRef PlatformName; local
1164 if (getParser().parseIdentifier(PlatformName))
1167 unsigned Platform = StringSwitch<unsigned>(PlatformName)
1196 checkVersion(Directive, PlatformName, Loc, ExpectedOS);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h188 mutable StringRef PlatformName; member in class:clang::TargetInfo
1265 StringRef getPlatformName() const { return PlatformName; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp133 PlatformName = "unknown";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2193 StringRef PlatformName local
2195 if (PlatformName.empty())
2196 PlatformName = Platform->getName();
2203 << 1 << PlatformName << Deprecated.getAsString()
2211 << 2 << PlatformName << Obsoleted.getAsString()
2219 << 2 << PlatformName << Obsoleted.getAsString()
8131 std::string PlatformName = AvailabilityAttr::getPrettyPlatformName( local
8134 S.Diag(Loc, Warning) << OffendingDecl << PlatformName
8139 << OffendingDecl << PlatformName << Introduced.getAsString()
8163 std::string PlatformName
8594 std::string PlatformName = AvailabilityAttr::getPrettyPlatformName( local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2542 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); local
2544 PlatformName += "-simulator";
2545 CmdArgs.push_back(Args.MakeArgString(PlatformName));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp580 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); local
581 OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor;

Completed in 258 milliseconds