Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Filename

72 bool BugDriver::writeProgramToFile(const std::string &Filename, int FD,
74 tool_output_file Out(Filename, FD);
78 bool BugDriver::writeProgramToFile(const std::string &Filename,
81 tool_output_file Out(Filename, EC, sys::fs::F_None);
97 std::string Filename = OutputPrefix + "-" + ID + ".bc";
98 if (writeProgramToFile(Filename, M)) {
99 errs() << "Error opening file '" << Filename << "' for writing!\n";
103 outs() << "Emitted bitcode to '" << Filename << "'\n";
107 outs() << "opt " << Filename;
122 /// and writing the filename into OutputFile if successful. If the
125 /// deleted on success, and the filename string is undefined. This prints to
140 errs() << getToolName() << ": Error making unique filename: "
152 errs() << getToolName() << ": Error making unique filename: "