Index: llvm/trunk/docs/CommandGuide/llvm-objdump.rst =================================================================== --- llvm/trunk/docs/CommandGuide/llvm-objdump.rst +++ llvm/trunk/docs/CommandGuide/llvm-objdump.rst @@ -35,9 +35,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= @@ -111,7 +113,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 @@ -193,7 +195,7 @@ .. option:: --x86-asm-syntax=