diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 5 |
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 |