Home | History | Annotate | Download | only in bugpoint

Lines Matching full:bitcode

11 // various ways of running LLVM bitcode.
53 "compile the bitcode. Useful to avoid linking."),
56 "the bitcode. Useful for cross-compilation."),
66 "the bitcode. Useful for cross-compilation."),
95 cl::desc("Command to compile the bitcode (use with -compile-custom) "
100 cl::desc("Command to execute the bitcode (use with -run-custom) "
267 // Emit the program to a bitcode file...
276 errs() << ToolName << ": Error emitting bitcode to file '"
281 // Remove the temporary bitcode file when we are done.
304 // Emit the program to a bitcode file...
314 errs() << ToolName << ": Error emitting bitcode to file '"
321 // Remove the temporary bitcode file when we are done.
463 // Remove the bitcode file if we are supposed to.