Home | History | Annotate | Download | only in Driver

Lines Matching refs:Output

648     // Make sure we can lipo this kind of output. If not (and it is an actual
649 // output) then we disallow, since we can't create an output file with the
651 // changing the output names to include the arch, which would also fix
918 // If we ended with something, add to the output list.
941 // -{M, MM} alter the output type.
963 types::ID Output =
965 return new CompileJobAction(Input, Output);
996 // It is an error to provide a -o option if we are making multiple output
1172 // temporary output names.
1193 // Determine the place to write output to, if any.
1209 llvm::errs() << "], output: " << Result.getAsString() << "\n";
1220 llvm::PrettyStackTraceString CrashInfo("Computing output path");
1221 // Output to a user requested destination?
1231 // Output to a temporary file?
1247 // Determine what the derived output name should be.
1253 assert(Suffix && "All types used for output should have a suffix.");