summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/invoking-lto-dump.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/gcc~13/invoking-lto-dump.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/gcc~13/invoking-lto-dump.html')
-rw-r--r--devdocs/gcc~13/invoking-lto-dump.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/devdocs/gcc~13/invoking-lto-dump.html b/devdocs/gcc~13/invoking-lto-dump.html
deleted file mode 100644
index 84bf9075..00000000
--- a/devdocs/gcc~13/invoking-lto-dump.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<div class="section-level-extent" id="Invoking-lto-dump"> <div class="nav-panel"> <p> Previous: <a href="lto-dump-intro" accesskey="p" rel="prev">Introduction to <code class="command">lto-dump</code></a>, Up: <a href="lto-dump" accesskey="u" rel="up"><code class="command">lto-dump</code>—Tool for dumping LTO object files.</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="section" id="Invoking-lto-dump-1"><span>13.2 Invoking lto-dump<a class="copiable-link" href="#Invoking-lto-dump-1"> ¶</a></span></h1> <div class="example smallexample"> <pre class="example-preformatted" data-language="cpp">Usage: lto-dump <span class="r">[</span><var class="var">OPTION</var><span class="r">]</span> ... <var class="var">objfiles</var></pre>
-</div> <p><code class="command">lto-dump</code> accepts the following options: </p> <dl class="table"> <dt><code class="code">-list</code></dt> <dd>
-<p>Dumps list of details of functions and variables. </p> </dd> <dt><code class="code">-demangle</code></dt> <dd>
-<p>Dump the demangled output. </p> </dd> <dt><code class="code">-defined-only</code></dt> <dd>
-<p>Dump only the defined symbols. </p> </dd> <dt><code class="code">-print-value</code></dt> <dd>
-<p>Dump initial values of the variables. </p> </dd> <dt><code class="code">-name-sort</code></dt> <dd>
-<p>Sort the symbols alphabetically. </p> </dd> <dt><code class="code">-size-sort</code></dt> <dd>
-<p>Sort the symbols according to size. </p> </dd> <dt><code class="code">-reverse-sort</code></dt> <dd>
-<p>Dump the symbols in reverse order. </p> </dd> <dt><code class="code">-no-sort</code></dt> <dd>
-<p>Dump the symbols in order of occurrence. </p> </dd> <dt><code class="code">-symbol=</code></dt> <dd>
-<p>Dump the details of specific symbol. </p> </dd> <dt><code class="code">-objects</code></dt> <dd>
-<p>Dump the details of LTO objects. </p> </dd> <dt><code class="code">-type-stats</code></dt> <dd>
-<p>Dump the statistics of tree types. </p> </dd> <dt><code class="code">-tree-stats</code></dt> <dd>
-<p>Dump the statistics of trees. </p> </dd> <dt><code class="code">-gimple-stats</code></dt> <dd>
-<p>Dump the statistics of gimple statements. </p> </dd> <dt><code class="code">-dump-level=</code></dt> <dd>
-<p>For deciding the optimization level of body. </p> </dd> <dt><code class="code">-dump-body=</code></dt> <dd>
-<p>Dump the specific gimple body. </p> </dd> <dt><code class="code">-help</code></dt> <dd>
-<p>Display the dump tool help. </p> </dd> </dl> </div><div class="_attribution">
- <p class="_attribution-p">
- &copy; Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br>
- <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Invoking-lto-dump.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Invoking-lto-dump.html</a>
- </p>
-</div>