4 releases
0.0.4 | Jan 28, 2022 |
---|---|
0.0.2 | Nov 18, 2021 |
0.0.2-rc.4 | Sep 2, 2021 |
0.0.2-rc.1 | Aug 20, 2021 |
#17 in #llvm-ir
245KB
4.5K
SLoC
llvm-mapper
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.
lib.rs
:
llvm-mapper
is a library for mapping entities in LLVM's bitstream
format into higher-level IR and bitcode metadata models.
Dependencies
~3.5MB
~68K SLoC