Lines Matching refs:bitcode
15 it from the specified LLVM bitcode file. It is primarily used as a debugging
18 In addition to extracting the bitcode of the specified function,
31 Extract the alias named *function-name* from the LLVM bitcode. May be
36 Extract the alias matching *alias-regular-expr* from the LLVM bitcode.
54 refuse to write raw bitcode output if the output stream is a terminal. With
55 this option, :program:`llvm-extract` will write raw bitcode regardless of the
60 Extract the function named *function-name* from the LLVM bitcode. May be
65 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode.
71 Extract the global variable named *global-name* from the LLVM bitcode. May be
77 bitcode. All global variables matching the regular expression will be
99 Write output in LLVM intermediate language (instead of bitcode).