Home | History | Annotate | Download | only in Driver

Lines Matching defs:Output

428   // Suppress driver output and emit preprocessor output to temp file.
439 // Suppress tool output.
507 // Generate preprocessed output.
538 // the crash into a directory next to the output.
916 // Make sure we can lipo this kind of output. If not (and it is an actual
917 // output) then we disallow, since we can't create an output file with the
919 // changing the output names to include the arch, which would also fix
958 // Verify the debug info output.
1178 // Check whether /Fo tries to name an output file for multiple inputs.
1281 // If we ended with something, add to the output list.
1311 // -{M, MM} alter the output type.
1363 types::ID Output =
1365 return llvm::make_unique<BackendJobAction>(std::move(Input), Output);
1368 types::ID Output =
1370 return llvm::make_unique<BackendJobAction>(std::move(Input), Output);
1398 // It is an error to provide a -o option if we are making multiple output
1520 // LLVM IR as an intermediate output.
1600 // shouldn't get temporary output names.
1620 // Determine the place to write output to, if any.
1636 llvm::errs() << "], output: " << Result.getAsString() << "\n";
1648 /// \brief Create output filename based on ArgValue, which could either be a
1657 // If the argument is empty, output to BaseName in the current dir.
1660 // If the argument is a directory, output to BaseName in that dir.
1670 // The output file is a dll.
1686 llvm::PrettyStackTraceString CrashInfo("Computing output path");
1687 // Output to a user requested destination?
1722 // Output to a temporary file?
1743 // Determine what the derived output name should be.
1766 SmallString<128> Output(getDefaultImageName());
1767 Output += "-";
1768 Output.append(BoundArch);
1769 NamedOutput = C.getArgs().MakeArgString(Output.c_str());
1774 assert(Suffix && "All types used for output should have a suffix.");
1786 // optimized bitcode output.