llvm-mapper

Crates.iollvm-mapper
lib.rsllvm-mapper
version0.0.4
sourcesrc
created_at2021-08-20 01:06:05.26861
updated_at2022-01-28 04:44:23.694619
descriptionA library for mapping the contents of bitstreams into LLVM IR models
homepagehttps://github.com/woodruffw/mollusc/tree/main/llvm-mapper
repositoryhttps://github.com/woodruffw/mollusc
max_upload_size
id439808
size134,837
William Woodruff (woodruffw)

documentation

README

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.

Commit count: 197

cargo fmt