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.
pub fn analyze_bitcode(bc_path: &Path) -> Result<BitcodeInfo, Error>Analyze a bitcode file and return structured information.
Locates llvm-dis, disassembles the bitcode, and parses the resulting IR.