Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Filename

67 bool BugDriver::writeProgramToFile(const std::string &Filename, int FD,
69 tool_output_file Out(Filename.c_str(), FD);
73 bool BugDriver::writeProgramToFile(const std::string &Filename,
76 tool_output_file Out(Filename.c_str(), ErrInfo, sys::fs::F_None);
92 std::string Filename = OutputPrefix + "-" + ID + ".bc";
93 if (writeProgramToFile(Filename, M)) {
94 errs() << "Error opening file '" << Filename << "' for writing!\n";
98 outs() << "Emitted bitcode to '" << Filename << "'\n";
102 outs() << "opt " << Filename;
117 /// and writing the filename into OutputFile if successful. If the
120 /// deleted on success, and the filename string is undefined. This prints to
135 errs() << getToolName() << ": Error making unique filename: "
147 errs() << getToolName() << ": Error making unique filename: "