Lines Matching full:extract
1 llvm-extract - extract a function from an LLVM module
7 :program:`llvm-extract` [*options*] **--func** *function-name* [*filename*]
12 The :program:`llvm-extract` command takes the name of a function and extracts
17 :program:`llvm-extract` will also remove unreachable global variables,
20 The :program:`llvm-extract` command reads its input from standard input if
29 Enable binary output on terminals. Normally, :program:`llvm-extract` will
31 this option, :program:`llvm-extract` will write raw bitcode regardless of the
36 Extract the function named *function-name* from the LLVM bitcode. May be
37 specified multiple times to extract multiple functions at once.
41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode.
47 Extract the global variable named *global-name* from the LLVM bitcode. May be
48 specified multiple times to extract multiple global variables at once.
52 Extract the global variable(s) matching *global-regular-expr* from the LLVM
63 :program:`llvm-extract` sends its output to standard output.
72 If :program:`llvm-extract` succeeds, it will exit with 0. Otherwise, if an error