aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objdump.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 7879ac1..65a26bb 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -356,9 +356,12 @@ MACH-O ONLY OPTIONS AND COMMANDS
Display exported symbols.
-.. option:: --function-starts
+.. option:: --function-starts [=<addrs|names|both>]
- Print the function starts table for Mach-O objects.
+ Print the function starts table for Mach-O objects. Either ``addrs``
+ (default) to print only the addresses of functions, ``names`` to print only
+ the names of the functions (when available), or ``both`` to print the
+ names beside the addresses.
.. option:: -g