Skip to content

Latest commit

 

History

History
 
 

llvm-mapper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

llvm-mapper

Crates.io Documentation

A library for mapping the contents of bitstreams into LLVM IR models.

This library produces a "full-featured" view of a particular LLVM IR program by mapping blocks and records in the underlying bitstream into their appropriate LLVM models.

This library uses llvm-bitstream under the hood.