Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:OutputFile

184                                const std::string &OutputFile,
197 const std::string &OutputFile,
230 InputFile, OutputFile, OutputFile,
305 const std::string &OutputFile,
361 const std::string &OutputFile,
374 const std::string &OutputFile,
395 &ProgramArgs[0], InputFile, OutputFile,
396 OutputFile, Timeout, MemoryLimit, Error);
528 const std::string &OutputFile,
545 InputFile, OutputFile, Error, GCCArgs,
590 const std::string &OutputFile,
604 const std::string &OutputFile,
635 DEBUG(errs() << "\nSending output to " << OutputFile << "\n");
637 InputFile, OutputFile, OutputFile,
677 const std::string &OutputFile,
803 InputFile, OutputFile, OutputFile,
808 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
817 &ProgramArgs[0], InputFile, OutputFile,
818 OutputFile, Timeout, MemoryLimit);
823 std::string &OutputFile,
833 OutputFile = UniqueFilename.str();
876 GCCArgs.push_back(OutputFile.c_str()); // Output to the right filename.