aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-12-05 20:01:01 +0000
committerFangrui Song <i@maskray.me>2022-12-05 20:01:01 +0000
commitd3b7c84a0bf6ebfefcf23663429d56c2386603d3 (patch)
tree91430d1fd858bd32b514f25e7db2a4db4c0eb2c6 /llvm/docs/CommandGuide
parentd246bf4199e9c7030c62e34b704fe8c824152e41 (diff)
downloadllvm-d3b7c84a0bf6ebfefcf23663429d56c2386603d3.zip
llvm-d3b7c84a0bf6ebfefcf23663429d56c2386603d3.tar.gz
llvm-d3b7c84a0bf6ebfefcf23663429d56c2386603d3.tar.bz2
[llvm-objdump][docs] Mention --show-all-symbols
after D131589 Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D139282
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 0be440c..6fc60fa 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -226,6 +226,11 @@ OPTIONS
When disassembling, display source interleaved with the disassembly. Implies
:option:`--disassemble`.
+.. option:: --show-all-symbols
+
+ Show all symbols during disassembly, even if multiple symbols are defined at
+ the same location.
+
.. option:: --show-lma
Display the LMA column when dumping ELF section headers. Defaults to off