Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Filename

112   /// ReferenceOutput contains the filename of the file containing the output we
171 /// program to a file. A recommended filename may be optionally specified.
194 bool createReferenceFile(Module *M, const std::string &Filename
256 /// file and writting the filename into OutputFile if successful. If the
259 /// deleted on success, and the filename string is undefined. This prints to
283 bool writeProgramToFile(const std::string &Filename, const Module *M) const;
284 bool writeProgramToFile(const std::string &Filename, int FD,
295 std::string Filename;
296 return runPasses(M, PassesToRun, Filename, DeleteOutput);
305 /// Given a bitcode or assembly input filename, parse and return it, or return