diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readelf.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readelf.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst index 0faad07e417..ecdb8f80771 100644 --- a/llvm/docs/CommandGuide/llvm-readelf.rst +++ b/llvm/docs/CommandGuide/llvm-readelf.rst @@ -160,6 +160,11 @@ OPTIONS Display contents of the stackmap section. +.. option:: --stack-sizes + + Display the contents of the stack sizes section(s), i.e. pairs of function + names and the size of their stack frames. + .. option:: --string-dump=<section[,section,...]>, -p Display the specified section(s) as a list of strings. ``section`` may be a |