llvm-size-9 (1) Linux Manual Page
NAME
llvm-size – manual page for llvm-size 9
DESCRIPTION
OVERVIEW: llvm object size dumper
USAGE: llvm-size [options] <input files>
OPTIONS:
Generic Options:
-
–help– Display available options (–help-hiddenfor more)–help-list– Display list of available options (–help-list-hiddenfor more)–version– Display the version of this program
- Specify output format
-
-A– System V format-B– Berkeley format-m– Darwin-mformat–arch=<string> – architecture(s) from a Mach-O file to dump–common– Print common symbols in the ELF file. -
- When using Berkely format, this is added to bss.
-
–format=<value> – Specify output format- =sysv
- – System V format
- =berkeley
- – Berkeley format
- =darwin
- – Darwin
-mformat -
-l– When format is darwin, use long format to include addresses and offsets. -
- Print size in radix:
-
-o– Print size in octal-d– Print size in decimal-x– Print size in hexadecimal–radix=<value> – Print size in radix- =8
- – Print size in octal
- =10
- – Print size in decimal
- =16
- – Print size in hexadecimal
-
–totals– Print totals of all objects – Berkeley format only
