lto-dump—Tool for dumping LTO object files.¶
Description¶
lto-dump is a tool you can use in conjunction with GCC to dump link time optimization object files.
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
Options¶
-listDumps list of details of functions and variables.
-demangleDump the demangled output.
-defined-onlyDump only the defined symbols.
-print-valueDump initial values of the variables.
-name-sortSort the symbols alphabetically.
-size-sortSort the symbols according to size.
-reverse-sortDump the symbols in reverse order.
-no-sortDump the symbols in order of occurrence.
-symbol=Dump the details of specific symbol.
-objectsDump the details of LTO objects.
-type-statsDump the statistics of tree types.
-tree-statsDump the statistics of trees.
-gimple-statsDump the statistics of gimple statements.
-dump-level=For deciding the optimization level of body.
-dump-body=Dump the specific gimple body.
-helpDisplay the dump tool help.