Expand description
llvm-bitstream
is a library for interpreting files in LLVM’s
bitstream format.
Modules§
- abbrev
- Abbreviation definition and abbreviated record parsing and handling for
llvm-bitstream
. - error
- Errors for
llvm-bitstream
. - parser
- Core parsing functionality for
llvm-bitstream
. - record
- Record parsing and handling functionality for
llvm-bitstream
.
Structs§
- Bitcode
Wrapper - A representation of the wrapper structure for a bitstream.
- Bitstream
- Represents an overarching bitstream container.