Home | History | Annotate | Download | only in Driver

Lines Matching refs:Suffix

998         StringRef Suffix(Multilib.gccSuffix());
999 assert(Suffix.front() == '/');
1000 llvm::outs() << Suffix.substr(1) << "\n";
2267 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
2268 assert(Suffix && "All types used for output should have a suffix.");
2278 // When using both -save-temps and -emit-llvm, use a ".tmp.bc" suffix for
2285 Suffixed += Suffix;
2420 const char *Suffix) const {
2422 std::error_code EC = llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);