diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -33,9 +33,11 @@ Display assembler mnemonics for the machine instructions. Disassembles all sections found in the input file(s) by default. -.. option:: --disassemble-functions= +.. option:: --disassemble-functions= - Disassemble only the specified symbols. Implies :option:`--disassemble`. + Disassemble only the specified symbols. Takes demangled symbol names when + :option:`--demangle` is specified, otherwise takes mangled symbol names. + Implies :option:`--disassemble`. .. option:: --dwarf= @@ -109,7 +111,7 @@ .. option:: --arch-name= - Specify the target architecture when disassembling. Use :option:``--version`` + Specify the target architecture when disassembling. Use :option:`--version` for a list of available targets. .. option:: -C, --demangle @@ -191,7 +193,7 @@ .. option:: --x86-asm-syntax=