Home | History | Annotate | Download | only in Driver

Lines Matching defs:Output

357   // Suppress driver output and emit preprocessor output to temp file.
377 // Suppress tool output.
446 // Generate preprocessed output.
845 // Make sure we can lipo this kind of output. If not (and it is an actual
846 // output) then we disallow, since we can't create an output file with the
848 // changing the output names to include the arch, which would also fix
886 // Verify the output (debug information only) if we passed '-verify'.
1115 // If we ended with something, add to the output list.
1138 // -{M, MM} alter the output type.
1173 types::ID Output =
1175 return new CompileJobAction(Input, Output);
1205 // It is an error to provide a -o option if we are making multiple output
1375 // shouldn't get temporary output names.
1395 // Determine the place to write output to, if any.
1410 llvm::errs() << "], output: " << Result.getAsString() << "\n";
1421 llvm::PrettyStackTraceString CrashInfo("Computing output path");
1422 // Output to a user requested destination?
1433 // Output to a temporary file?
1452 // Determine what the derived output name should be.
1458 assert(Suffix && "All types used for output should have a suffix.");