[PATCH] D139282: [llvm-objdump][docs] Mention --show-all-symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 16:41:16 PST 2022


MaskRay created this revision.
MaskRay added reviewers: jhenderson, simon_tatham.
Herald added a subscriber: StephenFan.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139282

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst


Index: llvm/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-objdump.rst
+++ llvm/docs/CommandGuide/llvm-objdump.rst
@@ -226,6 +226,11 @@
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139282.479951.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/1d5d2376/attachment.bin>


More information about the llvm-commits mailing list