Examples (3)
Print statistics about a Bitcode file
llvm-bcanalyzer path/to/file.bcPrint an SGML representation and statistics about a Bitcode file
llvm-bcanalyzer -dump path/to/file.bcRead a Bitcode file from `stdin` and analyze it
cat path/to/file.bc | llvm-bcanalyzermade by @shridhargupta | data from tldr-pages