Skip to content

Files

Latest commit

 

History

History
 
 

llvm-bitstream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

llvm-bitstream

Crates.io Documentation

A content-agnostic parser for LLVM's bitstream container format.

Conceptually, this library is one step below a full LLVM bitcode parser: it can interpret the entries in a bitstream, but isn't aware of their semantics and isn't responsible for composing them into an LLVM IR program (or any other concrete structure that's been serialized as a bitstream).

This library uses llvm-bitcursor under the hood.