Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:OutputFile

166                        const std::string &OutputFile,
179 const std::string &OutputFile,
212 InputFile, OutputFile, OutputFile,
287 const std::string &OutputFile,
343 const std::string &OutputFile,
356 const std::string &OutputFile,
377 &ProgramArgs[0], InputFile, OutputFile,
378 OutputFile, Timeout, MemoryLimit, Error);
511 const std::string &OutputFile,
528 InputFile, OutputFile, Error, CCArgs,
573 const std::string &OutputFile,
587 const std::string &OutputFile,
618 DEBUG(errs() << "\nSending output to " << OutputFile << "\n");
620 InputFile, OutputFile, OutputFile,
660 const std::string &OutputFile,
786 InputFile, OutputFile, OutputFile,
791 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
800 &ProgramArgs[0], InputFile, OutputFile,
801 OutputFile, Timeout, MemoryLimit);
806 std::string &OutputFile,
816 OutputFile = UniqueFilename.str();
859 CCArgs.push_back(OutputFile.c_str()); // Output to the right filename.