Crate llvm_constants[][src]

Expand description

llvm-constants contains numeric and enum constants for interacting with LLVM bitstreams and IR.

Enums

Block IDs that are reserved by LLVM.

Codes for each UNABBREV_RECORD in BLOCKINFO.

Constants

The 32-bit magic that indicates a bitcode wrapper, which in turn points to the start of the actual bitcode stream.

All abbreviation IDs before this are defined by the bitstream format, rather than the stream itself.

The initial abbreviation ID width in a bitstream.

The 32-bit magic that indicates a raw LLVM IR bitcode stream.