Home | History | Annotate | Download | only in Driver

Lines Matching refs:Suffix

97   const char *Suffix;
121 if (ProgName.endswith(DriverSuffixes[i].Suffix))
142 // E.g. "x86_64-linux-clang" as interpreted as suffix "clang" with target
173 ProgName.rfind('-', ProgName.size() - strlen(DS->Suffix));
296 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".dll" : ".so")
303 Arch + Env + Suffix);
476 StringRef Suffix =
478 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M;
479 bool ThumbDefault = IsMProfile || (ARM::parseArchVersion(Suffix) == 7 &&
498 Triple.setArchName(ArchName + Suffix.str());