Home | History | Annotate | Download | only in bugpoint

Lines Matching full:bitcode

11 // various ways of running LLVM bitcode.

56 "compile the bitcode. Useful to avoid linking."),
59 "the bitcode. Useful for cross-compilation."),
70 "the bitcode. Useful for cross-compilation."),
99 cl::desc("Command to compile the bitcode (use with -compile-custom) "
104 cl::desc("Command to execute the bitcode (use with -run-custom) "
311 // Emit the program to a bitcode file...
320 errs() << ToolName << ": Error emitting bitcode to file '"
325 // Remove the temporary bitcode file when we are done.
348 // Emit the program to a bitcode file...
358 errs() << ToolName << ": Error emitting bitcode to file '"
365 // Remove the temporary bitcode file when we are done.
507 // Remove the bitcode file if we are supposed to.