Lines Matching refs: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
37 specified multiple times to extract multiple functions at once.
48 specified multiple times to extract multiple global variables at once.
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