Expand description
Bitcode file analysis via llvm-dis.
Bitcode file analysis using llvm-dis.
Parses disassembled LLVM IR to extract module-level metadata (target triple, data layout) and per-function statistics (basic block and instruction counts).
Structs§
- Bitcode
Info - Aggregated analysis of an LLVM bitcode file.
- Function
Info - Information about a single function in the bitcode module.
Functions§
- analyze_
bitcode - Analyze a bitcode file and return structured information.
- find_
llvm_ dis - Locate the
llvm-disbinary by deriving it fromllvm-config --bindir.