Module llvm_bitcode::bitcode

source ·
Expand description

Bitcode definitions

Structs

  • Represents the contents of a file encoded using the LLVM bitstream container format
  • Blocks in a bitstream denote nested regions of the stream, and are identified by a content-specific id number
  • Block information
  • Data records consist of a record code and a number of (up to) 64-bit integer values
  • aka. Magic number

Enums