Home | History | Annotate | Download | only in Driver

Lines Matching defs:Suffix

1444     const char *Suffix = types::getTypeTempSuffix(JA.getType());
1445 assert(Suffix && "All types used for output should have a suffix.");
1452 Suffixed += Suffix;
1567 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1589 P.appendSuffix(Suffix);