Crate llvm_mapper

Crate llvm_mapper 

Source
Expand description

llvm-mapper is a library for mapping entities in LLVM’s bitstream format into higher-level IR and bitcode metadata models.

Modules§

block
Functionality for mapping individual blocks.
error
Errors for llvm-mapper.
map
Traits for mapping bitstream types to models.
record
Structures for mapping from bitstream records to LLVM models.
unroll
Routines and structures for “unrolling” a Bitstream into a block-and-record hierarchy.