From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/invoking-lto-dump.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 devdocs/gcc~13/invoking-lto-dump.html (limited to 'devdocs/gcc~13/invoking-lto-dump.html') diff --git a/devdocs/gcc~13/invoking-lto-dump.html b/devdocs/gcc~13/invoking-lto-dump.html new file mode 100644 index 00000000..84bf9075 --- /dev/null +++ b/devdocs/gcc~13/invoking-lto-dump.html @@ -0,0 +1,23 @@ +

13.2 Invoking lto-dump

Usage: lto-dump [OPTION] ... objfiles
+

lto-dump accepts the following options:

-list
+

Dumps list of details of functions and variables.

-demangle
+

Dump the demangled output.

-defined-only
+

Dump only the defined symbols.

-print-value
+

Dump initial values of the variables.

-name-sort
+

Sort the symbols alphabetically.

-size-sort
+

Sort the symbols according to size.

-reverse-sort
+

Dump the symbols in reverse order.

-no-sort
+

Dump the symbols in order of occurrence.

-symbol=
+

Dump the details of specific symbol.

-objects
+

Dump the details of LTO objects.

-type-stats
+

Dump the statistics of tree types.

-tree-stats
+

Dump the statistics of trees.

-gimple-stats
+

Dump the statistics of gimple statements.

-dump-level=
+

For deciding the optimization level of body.

-dump-body=
+

Dump the specific gimple body.

-help
+

Display the dump tool help.

+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Invoking-lto-dump.html +

+
-- cgit v1.2.3