Lines Matching full:bitcode
19 #include "llvm/Bitcode/ReaderWriter.h"
47 cl::desc("Preserve use-list order when writing LLVM bitcode."),
59 /// writeProgramToFile - This writes the current "Program" to the named bitcode
94 // Output the input to the current pass to a bitcode file, emit a message
103 outs() << "Emitted bitcode to '" << Filename << "'\n";
121 /// runPasses - Run the specified passes on Program, outputting a bitcode file
124 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
162 errs() << "Error writing bitcode file: " << InputFilename << "\n";
240 // If we are supposed to delete the bitcode file or if the passes crashed,
287 errs() << getToolName() << ": Error reading bitcode file '"