Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)

Standard preamble:
========================================================================
..
..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. \*(C+ will
give a nicer C++. Capital omega is used to do unbreakable dashes and
therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
nothing in troff, for use with C<>.
.tr \(*W- . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.

If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.

Avoid warning from groff about undefined register 'F'.
.. . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\}
Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "LTO-DUMP 1"
LTO-DUMP 1 "2023-07-07" "gcc-10.5.0" "GNU"
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.
"NAME"
lto-dump - Tool for dumping LTO object files
"SYNOPSIS"
Header "SYNOPSIS" lto-dump [-list] [-demangle] [-defined-only] [-print-value] [-name-sort] [-size-sort] [-reverse-sort] [-no-sort] [-symbol=] [-objects] [-type-stats] [-tree-stats] [-gimple-stats] [-dump-level=] [-dump-body=] [-help] lto-dump
"DESCRIPTION"
Header "DESCRIPTION" \fBlto-dump is a tool you can use in conjunction with \s-1GCC\s0 to dump link time optimization object files.
"OPTIONS"
Header "OPTIONS"
"-list" 4
Item "-list" Dumps list of details of functions and variables.
"-demangle" 4
Item "-demangle" Dump the demangled output.
"-defined-only" 4
Item "-defined-only" Dump only the defined symbols.
"-print-value" 4
Item "-print-value" Dump initial values of the variables.
"-name-sort" 4
Item "-name-sort" Sort the symbols alphabetically.
"-size-sort" 4
Item "-size-sort" Sort the symbols according to size.
"-reverse-sort" 4
Item "-reverse-sort" Dump the symbols in reverse order.
"-no-sort" 4
Item "-no-sort" Dump the symbols in order of occurrence.
"-symbol=" 4
Item "-symbol=" Dump the details of specific symbol.
"-objects" 4
Item "-objects" Dump the details of \s-1LTO\s0 objects.
"-type-stats" 4
Item "-type-stats" Dump the statistics of tree types.
"-tree-stats" 4
Item "-tree-stats" Dump the statistics of trees.
"-gimple-stats" 4
Item "-gimple-stats" Dump the statistics of gimple statements.
"-dump-level=" 4
Item "-dump-level=" For deciding the optimization level of body.
"-dump-body=" 4
Item "-dump-body=" Dump the specific gimple body.
"-help" 4
Item "-help" Display the dump tool help.
"COPYRIGHT"
Header "COPYRIGHT" Copyright (c) 2017-2020 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the \s-1GNU\s0 Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being \*(L"\s-1GNU\s0 General Public License\*(R" and \*(L"Funding Free Software\*(R", the Front-Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the gfdl\|(7) man page.

(a) The \s-1FSF\s0's Front-Cover Text is:

.Vb 1 A GNU Manual .Ve

(b) The \s-1FSF\s0's Back-Cover Text is:

.Vb 3 You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. .Ve