Lines Matching +full:odr +full:- +full:value

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-DWARFUTIL" "1" "2023-05-24" "16" "LLVM"
32 llvm-dwarfutil \- A tool to copy and manipulate debug info
35 \fBllvm\-dwarfutil\fP [\fIoptions\fP] \fIinput\fP \fIoutput\fP
38 \fBllvm\-dwarfutil\fP is a tool to copy and manipulate debug info.
44 If \(dq\-\(dq is specified for the input file, the input is read from the program\(aqs
45 standard input stream. If \(dq\-\(dq is specified for the output file, the output
49 .SH COMMAND-LINE OPTIONS
52 .B \-\-garbage\-collection
57 debug info which is marked with the tombstone value.
63 .B \-\-odr\-deduplication
72 .B \-\-help, \-h
77 .B \-\-no\-garbage\-collection
78 Disable \fI\%\-\-garbage\-collection\fP\&.
82 .B \-\-no\-odr\-deduplication
83 Disable \fI\%\-\-odr\-deduplication\fP\&.
87 .B \-\-no\-separate\-debug\-file
88 Disable \fI\%\-\-separate\-debug\-file\fP\&.
92 .B \-\-num\-threads=<n>, \-j
98 .B \-\-separate\-debug\-file
100 \fBllvm\-dwarfutil\fP with that option equals to the
108 :program:\(gallvm\-objcopy\(ga \-\-only\-keep\-debug in\-file out\-file.debug
109 :program:\(gallvm\-objcopy\(ga \-\-strip\-debug in\-file out\-file
110 :program:\(gallvm\-objcopy\(ga \-\-add\-gnu\-debuglink=out\-file.debug out\-file
117 .B \-\-tombstone=<value>
125 \fImaxpc\fP: \-1 for all addresses and \-2 for DWARF v4 (or less) address ranges.
132 The value \fIuniversal\fP is used by default.
138 .B \-\-verbose
139 Enable verbose logging. This option disables multi\-thread mode.
143 .B \-\-verify
148 .B \-\-version
153 The following formats are currently supported by \fBllvm\-dwarfutil\fP:
158 \fBllvm\-dwarfutil\fP exits with a non\-zero exit code if there is an error.
162 To report bugs, please visit <\fI\%https://github.com/llvm/llvm\-project/labels/tools:llvm\-dwarfut…
166 2003-2023, LLVM Project