Skip to main content

analyze_bitcode

Function analyze_bitcode 

Source
pub fn analyze_bitcode(bc_path: &Path) -> Result<BitcodeInfo, Error>
Expand description

Analyze a bitcode file and return structured information.

Locates llvm-dis, disassembles the bitcode, and parses the resulting IR.