lto-dump ¶Usage: lto-dump [OPTION] ... objfiles
lto-dump accepts the following 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.