.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .TH LLVM-SIZE "1" "December 2019" "llvm-size 9" "User Commands" .SH NAME llvm-size \- manual page for llvm-size 9 .SH DESCRIPTION OVERVIEW: llvm object size dumper .PP USAGE: llvm\-size [options] .PP OPTIONS: .PP Generic Options: .HP \fB\-\-help\fR \- Display available options (\fB\-\-help\-hidden\fR for more) .HP \fB\-\-help\-list\fR \- Display list of available options (\fB\-\-help\-list\-hidden\fR for more) .HP \fB\-\-version\fR \- Display the version of this program .PP llvm\-size Options: .IP Specify output format .HP \fB\-A\fR \- System V format .HP \fB\-B\fR \- Berkeley format .HP \fB\-m\fR \- Darwin \fB\-m\fR format .HP \fB\-\-arch=\fR \- architecture(s) from a Mach\-O file to dump .TP \fB\-\-common\fR \- Print common symbols in the ELF file. When using Berkely format, this is added to bss. .HP \fB\-\-format=\fR \- Specify output format .TP =sysv \- System V format .TP =berkeley \- Berkeley format .TP =darwin \- Darwin \fB\-m\fR format .HP \fB\-l\fR \- When format is darwin, use long format to include addresses and offsets. .IP Print size in radix: .HP \fB\-o\fR \- Print size in octal .HP \fB\-d\fR \- Print size in decimal .HP \fB\-x\fR \- Print size in hexadecimal .HP \fB\-\-radix=\fR \- Print size in radix .TP =8 \- Print size in octal .TP =10 \- Print size in decimal .TP =16 \- Print size in hexadecimal .HP \fB\-\-totals\fR \- Print totals of all objects \- Berkeley format only .PP Pass @FILE as argument to read options from FILE.