| Crates.io | llvm-mapper |
| lib.rs | llvm-mapper |
| version | 0.0.4 |
| created_at | 2021-08-20 01:06:05.26861+00 |
| updated_at | 2022-01-28 04:44:23.694619+00 |
| description | A library for mapping the contents of bitstreams into LLVM IR models |
| homepage | https://github.com/woodruffw/mollusc/tree/main/llvm-mapper |
| repository | https://github.com/woodruffw/mollusc |
| max_upload_size | |
| id | 439808 |
| size | 134,837 |
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.