Home | History | Annotate | Download | only in bugpoint

Lines Matching full:bitcode

20 #include "llvm/Bitcode/ReaderWriter.h"
48 /// writeProgramToFile - This writes the current "Program" to the named bitcode
75 // Output the input to the current pass to a bitcode file, emit a message
84 outs() << "Emitted bitcode to '" << Filename << "'\n";
102 /// runPasses - Run the specified passes on Program, outputting a bitcode file
105 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
140 errs() << "Error opening bitcode file: " << inputFilename.str() << "\n";
146 errs() << "Error writing bitcode file: " << inputFilename.str() << "\n";
211 // If we are supposed to delete the bitcode file or if the passes crashed,
261 errs() << getToolName() << ": Error reading bitcode file '"