LLVM-SIZE(1) | User Commands | LLVM-SIZE(1) |
llvm-size - manual page for llvm-size 11
OVERVIEW: llvm object size dumper
USAGE: llvm-size [options] <input files>
OPTIONS:
Generic Options:
--help - Display available options (--help-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program
llvm-size Options:
-A - System V format
-B - Berkeley format
-m - Darwin -m format
--arch=<string> - architecture(s) from a Mach-O file to dump
--format=<value> - Specify output format
-l - When format is darwin, use long format to include addresses and offsets.
-o - Print size in octal
-d - Print size in decimal
-x - Print size in hexadecimal
--radix=<value> - Print size in radix
--totals - Print totals of all objects - Berkeley format only
Pass @FILE as argument to read options from FILE.
January 2021 | llvm-size 11 |