Home | History | Annotate | Download | only in Basic

Lines Matching refs:PlatformName

89                              StringRef &PlatformName,
127 PlatformName = "macosx";
130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
136 if (PlatformName == "win32") {
177 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
3897 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);