Home | History | Annotate | Download | only in bugpoint

Lines Matching full:bitcode

11 // various ways of running LLVM bitcode.
54 "compile the bitcode. Useful to avoid linking."),
57 "the bitcode. Useful for cross-compilation."),
67 "the bitcode. Useful for cross-compilation."),
96 cl::desc("Command to compile the bitcode (use with -compile-custom) "
101 cl::desc("Command to execute the bitcode (use with -run-custom) "
274 // Emit the program to a bitcode file...
285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile
290 // Remove the temporary bitcode file when we are done.
312 // Emit the program to a bitcode file...
325 errs() << ToolName << ": Error emitting bitcode to file '"
332 // Remove the temporary bitcode file when we are done.
475 // Remove the bitcode file if we are supposed to.