Lines Matching refs:OutputFile
187 const std::string &OutputFile,
200 const std::string &OutputFile,
233 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
275 const std::string &OutputFile,
331 const std::string &OutputFile,
344 const std::string &OutputFile,
365 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
366 sys::Path(OutputFile), Timeout, MemoryLimit, Error);
496 const std::string &OutputFile,
513 InputFile, OutputFile, Error, GCCArgs,
558 const std::string &OutputFile,
572 const std::string &OutputFile,
603 DEBUG(errs() << "\nSending output to " << OutputFile << "\n");
605 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
669 const std::string &OutputFile,
684 InputFile, OutputFile, Error, GCCArgs,
733 const std::string &OutputFile,
858 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
863 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
872 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
873 sys::Path(OutputFile), Timeout, MemoryLimit);
878 std::string &OutputFile,
887 OutputFile = uniqueFilename.str();
931 GCCArgs.push_back(OutputFile.c_str()); // Output to the right filename.