Skip to main content

Module bitcode_info

Module bitcode_info 

Source
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§

BitcodeInfo
Aggregated analysis of an LLVM bitcode file.
FunctionInfo
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-dis binary by deriving it from llvm-config --bindir.