Fix a -Wunused-local-typedefs warning
[oota-llvm.git] / docs / CommandGuide / llvm-symbolizer.rst
index dfbdb3ac434a58119358d6a65effa5cc42ad556f..ce2d9c00435302a70afa30cd23d24a1de9c96fae 100644 (file)
@@ -61,11 +61,14 @@ OPTIONS
 -------
 
 .. option:: -obj
+
   Path to object file to be symbolized.
 
-.. option:: -functions
+.. option:: -functions=[none|short|linkage]
 
-  Print function names as well as source file/line locations. Defaults to true.
+  Specify the way function names are printed (omit function name,
+  print short function name, or print full linkage name, respectively).
+  Defaults to ``linkage``.
 
 .. option:: -use-symbol-table