Lines Matching +full:nr +full:- +full:outputs
4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "OPT" "1" "2023-05-24" "16" "LLVM"
32 opt \- LLVM optimizer
40 and then outputs the optimized file. The optimizations available via
42 additional libraries that have been loaded with the \fI\%\-load\fP option. Use
43 the \fI\%\-help\fP option to determine what optimizations you can use.
45 If \fBfilename\fP is omitted from the command line or is \(dq\fB\-\fP\(dq, \fBopt\fP
49 If an output filename is not specified with the \fI\%\-o\fP option,
54 .B \-f
61 .B \-help
66 .B \-o <filename>
71 .B \-S
76 .B \-{passname}
78 analysis passes in any order. The \fI\%\-help\fP option lists all the passes
84 .B \-strip\-debug
86 applying other optimizations. It is essentially the same as \fI\-strip\fP
91 .B \-verify\-each
93 specified on the command line (including \fI\-verify\fP). This is useful
99 .B \-stats
104 .B \-time\-passes
110 .B \-debug
116 .B \-load=<plugin>
120 complete list of optimizations, use the \fI\%\-help\fP and \fI\%\-load\fP
127 opt \-load=plugin.so \-help
135 .B \-print\-passes
141 occurs, it will exit with a non\-zero value.
145 2003-2023, LLVM Project