1LTO-DUMP(1)                           GNU                          LTO-DUMP(1)
2
3
4

NAME

6       lto-dump - Tool for dumping LTO object files
7

SYNOPSIS

9       lto-dump [-list]
10            [-demangle]
11            [-defined-only]
12            [-print-value]
13            [-name-sort]
14            [-size-sort]
15            [-reverse-sort]
16            [-no-sort]
17            [-symbol=]
18            [-objects]
19            [-type-stats]
20            [-tree-stats]
21            [-gimple-stats]
22            [-dump-level=]
23            [-dump-body=]
24            [-help] lto-dump
25

DESCRIPTION

27       lto-dump is a tool you can use in conjunction with GCC to dump link
28       time optimization object files.
29

OPTIONS

31       -list
32           Dumps list of details of functions and variables.
33
34       -demangle
35           Dump the demangled output.
36
37       -defined-only
38           Dump only the defined symbols.
39
40       -print-value
41           Dump initial values of the variables.
42
43       -name-sort
44           Sort the symbols alphabetically.
45
46       -size-sort
47           Sort the symbols according to size.
48
49       -reverse-sort
50           Dump the symbols in reverse order.
51
52       -no-sort
53           Dump the symbols in order of occurrence.
54
55       -symbol=
56           Dump the details of specific symbol.
57
58       -objects
59           Dump the details of LTO objects.
60
61       -type-stats
62           Dump the statistics of tree types.
63
64       -tree-stats
65           Dump the statistics of trees.
66
67       -gimple-stats
68           Dump the statistics of gimple statements.
69
70       -dump-level=
71           For deciding the optimization level of body.
72
73       -dump-body=
74           Dump the specific gimple body.
75
76       -help
77           Display the dump tool help.
78
80       Copyright (c) 2017-2021 Free Software Foundation, Inc.
81
82       Permission is granted to copy, distribute and/or modify this document
83       under the terms of the GNU Free Documentation License, Version 1.3 or
84       any later version published by the Free Software Foundation; with the
85       Invariant Sections being "GNU General Public License" and "Funding Free
86       Software", the Front-Cover texts being (a) (see below), and with the
87       Back-Cover Texts being (b) (see below).  A copy of the license is
88       included in the gfdl(7) man page.
89
90       (a) The FSF's Front-Cover Text is:
91
92            A GNU Manual
93
94       (b) The FSF's Back-Cover Text is:
95
96            You have freedom to copy and modify this GNU Manual, like GNU
97            software.  Copies published by the Free Software Foundation raise
98            funds for GNU development.
99
100
101
102gcc-11                            2021-07-28                       LTO-DUMP(1)
Impressum