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 "LLVM-DWARFDUMP" "1" "2023-05-24" "16" "LLVM"
32 llvm-dwarfdump \- dump and verify DWARF debug information
35 \fBllvm\-dwarfdump\fP [\fIoptions\fP] [\fIfilename ...\fP]
38 \fBllvm\-dwarfdump\fP parses DWARF sections in object files,
40 human\-readable form. Only the .debug_info section is printed unless one of
41 the section\-specific options or \fI\%\-\-all\fP is specified.
43 If no input file is specified, \fIa.out\fP is used instead. If \fI\-\fP is used as the
44 input file, \fBllvm\-dwarfdump\fP reads the input from its standard input
49 .B \-a, \-\-all
54 .B \-\-arch=<arch>
63 .B \-c, \-\-show\-children
65 the \fI=<offset>\fP argument of \fI\%\-\-debug\-info\fP, or options such
66 as \fI\%\-\-find\fP or \fI\%\-\-name\fP\&.
70 .B \-\-color
75 .B \-f <name>, \-\-find=<name>
80 try using the slower but more complete \fI\%\-\-name\fP option.
84 .B \-F, \-\-show\-form
89 .B \-h, \-\-help
94 .B \-\-help\-list
100 .B \-i, \-\-ignore\-case
101 Ignore case distinctions when using \fI\%\-\-name\fP\&.
105 .B \-n <name>, \-\-name=<name>
111 .B \-\-lookup=<address>
117 .B \-o <path>
118 Redirect output to a file specified by <path>, where \fI\-\fP is the
123 .B \-p, \-\-show\-parents
125 the \fI=<offset>\fP argument of \fI\%\-\-debug\-info\fP, or options such
126 as \fI\%\-\-find\fP or \fI\%\-\-name\fP\&.
130 .B \-\-parent\-recurse\-depth=<N>
136 .B \-\-quiet
137 Use with \fI\%\-\-verify\fP to not emit to \fISTDOUT\fP\&.
141 .B \-r <N>, \-\-recurse\-depth=<N>
147 .B \-\-show\-section\-sizes
152 .B \-\-show\-sources
158 .B \-\-statistics
160 as machine\-readable single\-line JSON output. The output
165 .B \-\-summarize\-types
170 .B \-x, \-\-regex
172 with \fI\%\-\-name\fP\&. If \fI\%\-\-ignore\-case\fP is also specified,
173 the regular expression becomes case\-insensitive.
177 .B \-u, \-\-uuid
182 .B \-\-diff
188 .B \-v, \-\-verbose
194 .B \-\-verify
201 .B \-\-version
206-\-debug\-abbrev, \-\-debug\-addr, \-\-debug\-aranges, \-\-debug\-cu\-index, \-\-debug\-frame [=<o…
215 The \fI\%\-\-debug\-macro\fP option prints both the .debug_macro and the .debug_macinfo sections.
217 The \fI\%\-\-debug\-frame\fP and \fI\%\-\-eh\-frame\fP options are aliases, in cases where both sec…
222 Read command\-line options from \fI<FILE>\fP\&.
226 The \fI\%\-\-statistics\fP option generates single\-line JSON output
231 The output is formatted as key\-value pairs. The first pair contains a version
255 \fI#variables \- entry values ...\fP ==> the number of variables excluding
262 \fBllvm\-dwarfdump\fP returns 0 if the input files were parsed and dumped
270 2003-2023, LLVM Project