Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:OutputFile

187                                const std::string &OutputFile,
200 const std::string &OutputFile,
233 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
277 const std::string &OutputFile,
333 const std::string &OutputFile,
346 const std::string &OutputFile,
367 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
368 sys::Path(OutputFile), Timeout, MemoryLimit, Error);
498 const std::string &OutputFile,
515 InputFile, OutputFile, Error, GCCArgs,
560 const std::string &OutputFile,
574 const std::string &OutputFile,
605 DEBUG(errs() << "\nSending output to " << OutputFile << "\n");
607 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
647 const std::string &OutputFile,
772 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
777 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
786 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
787 sys::Path(OutputFile), Timeout, MemoryLimit);
792 std::string &OutputFile,
801 OutputFile = uniqueFilename.str();
844 GCCArgs.push_back(OutputFile.c_str()); // Output to the right filename.