Lines Matching refs:extract
1 llvm-extract - extract a function from an LLVM module
4 .. program:: llvm-extract
9 :program:`llvm-extract` [*options*] **--func** *function-name* [*filename*]
14 The :program:`llvm-extract` command takes the name of a function and extracts
19 :program:`llvm-extract` will also remove unreachable global variables,
22 The :program:`llvm-extract` command reads its input from standard input if
32 specified multiple times to extract multiple alias at once.
53 Enable binary output on terminals. Normally, :program:`llvm-extract` will
55 this option, :program:`llvm-extract` will write raw bitcode regardless of the
61 specified multiple times to extract multiple functions at once.
72 specified multiple times to extract multiple global variables at once.
86 Recursively extract all called functions
95 :program:`llvm-extract` sends its output to standard output.
104 If :program:`llvm-extract` succeeds, it will exit with 0. Otherwise, if an error