commands.sh

llvm-bcanalyzer

all

LLVM Bitcode (`.bc`) analyzer.

More info →

Examples (3)

Print statistics about a Bitcode file

llvm-bcanalyzer path/to/file.bc

Print an SGML representation and statistics about a Bitcode file

llvm-bcanalyzer -dump path/to/file.bc

Read a Bitcode file from `stdin` and analyze it

cat path/to/file.bc | llvm-bcanalyzer
made by @shridhargupta | data from tldr-pages