Lines Matching defs:Filename
51 bool BugDriver::writeProgramToFile(const std::string &Filename,
54 tool_output_file Out(Filename.c_str(), ErrInfo,
78 std::string Filename = OutputPrefix + "-" + ID + ".bc";
79 if (writeProgramToFile(Filename, M)) {
80 errs() << "Error opening file '" << Filename << "' for writing!\n";
84 outs() << "Emitted bitcode to '" << Filename << "'\n";
88 outs() << "opt " << Filename << " ";
100 /// and writing the filename into OutputFile if successful. If the
103 /// deleted on success, and the filename string is undefined. This prints to
117 errs() << getToolName() << ": Error making unique filename: "
126 errs() << getToolName() << ": Error making unique filename: "