table of contents
other versions
- testing 1:19.1.3-1
- unstable 1:19.1.3-2
- experimental 1:19~++20240304085905+c7fdd8c11e54-1~exp1
LLVM-SIZE(1) | User Commands | LLVM-SIZE(1) |
NAME¶
llvm-size - manual page for llvm-size 19
DESCRIPTION¶
OVERVIEW: LLVM object size dumper
USAGE: build-llvm/tools/clang/stage2-bins/bin/llvm-size [options] <input object files>
OPTIONS:¶
- -A
- Alias for --format
- -B
- Alias for --format
- --common
- Print common symbols in the ELF file. When using Berkeley format, this is added to bss
- -d
- Alias for --radix=10
--format=<value> Specify output format
OPTIONS (Mach-O specific):¶
--arch=<value> architecture(s) from a Mach-O file to dump
- -l
- When format is darwin, use long format to include addresses and offsets
Pass @FILE as argument to read options from FILE.
August 2024 | llvm-size 19 |