Lines Matching +full:- +full:- +full:enable +full:- +full:debug

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
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
55 Enable binary output on terminals. Normally, \fBopt\fP will refuse to
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
85 This option causes opt to strip debug information from the module before
86 applying other optimizations. It is essentially the same as \fI\-strip\fP
87 but it ensures that stripping of debug information is done first.
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
111 If this is a debug build, this option will enable debug printouts from passes
112 …BUG()\fP macro. See the \fI\%LLVM Programmer\(aqs Manual\fP, section \fB#DEBUG\fP for more inform…
116 .B \-load=<plugin>
119 line options to enable various optimizations or analyses. To see the new
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