Lines Matching refs:bitcode
1 llvm-link - LLVM bitcode linker
14 :program:`llvm-link` takes several LLVM bitcode files and links them together
15 into a single LLVM bitcode file. It writes the output file to standard output,
24 to write raw bitcode output if the output stream is a terminal. With this
25 option, :program:`llvm-link` will write raw bitcode regardless of the output
35 Write output in LLVM intermediate language (instead of bitcode).
40 output bitcode file to standard error.
49 This typically includes a message for each bitcode file linked in and for each
94 Preserve the use-list order when writing LLVM bitcode.
100 .. option:: --ignore-non-bitcode
102 Do not error out when a non-bitcode file is encountered while processing