[llvm-objdump][docs] Mention --show-all-symbols
authorFangrui Song <i@maskray.me>
Mon, 5 Dec 2022 20:01:01 +0000 (20:01 +0000)
committerFangrui Song <i@maskray.me>
Mon, 5 Dec 2022 20:01:01 +0000 (20:01 +0000)
after D131589

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D139282

llvm/docs/CommandGuide/llvm-objdump.rst

index 0be440c..6fc60fa 100644 (file)
@@ -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