diff options
| author | Alexey Samsonov <samsonov@google.com> | 2014-05-17 00:07:48 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2014-05-17 00:07:48 +0000 |
| commit | cd01472a9ba70cc946511ccf483c49ee3f691a94 (patch) | |
| tree | 7fec73d028ff373e3b559fc90e9742066e08d901 /llvm/docs/CommandGuide | |
| parent | 8d2a43e9beb58c4142ef5e9421017aec8082021c (diff) | |
| download | bcm5719-llvm-cd01472a9ba70cc946511ccf483c49ee3f691a94.tar.gz bcm5719-llvm-cd01472a9ba70cc946511ccf483c49ee3f691a94.zip | |
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names for a given address.
Change --functions option in llvm-symbolizer tool to accept
values "none", "short" or "linkage". Update the tests and docs
accordingly.
llvm-svn: 209050
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index dfbdb3ac434..ce2d9c00435 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -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 |

