Lines Matching full:extract
30 .TH "LLVM-EXTRACT" "1" "2023-05-24" "16" "LLVM"
32 llvm-extract \- extract a function from an LLVM module
35 \fBllvm\-extract\fP [\fIoptions\fP] \fB\-\-func\fP \fIfunction\-name\fP [\fIfilename\fP]
38 The \fBllvm\-extract\fP command takes the name of a function and extracts
43 \fBllvm\-extract\fP will also remove unreachable global variables,
46 The \fBllvm\-extract\fP command reads its input from standard input if
54 Extract the alias named \fIfunction\-name\fP from the LLVM bitcode. May be
55 specified multiple times to extract multiple alias at once.
62 Extract the alias matching \fIalias\-regular\-expr\fP from the LLVM bitcode.
71 Extract basic blocks(s) specified in \fIbasic\-block\-specifier\fP\&. May be
88 Enable binary output on terminals. Normally, \fBllvm\-extract\fP will
90 this option, \fBllvm\-extract\fP will write raw bitcode regardless of the
98 Extract the function named \fIfunction\-name\fP from the LLVM bitcode. May be
99 specified multiple times to extract multiple functions at once.
106 Extract the function(s) matching \fIfunction\-regular\-expr\fP from the LLVM bitcode.
115 Extract the global variable named \fIglobal\-name\fP from the LLVM bitcode. May be
116 specified multiple times to extract multiple global variables at once.
123 Extract the global variable(s) matching \fIglobal\-regular\-expr\fP from the LLVM
139 Recursively extract all called functions
154 \fBllvm\-extract\fP sends its output to standard output.
166 If \fBllvm\-extract\fP succeeds, it will exit with 0. Otherwise, if an error