Module bitcode

Source
Expand description

Bitcode definitions

Structs§

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

Enums§

BitcodeElement
Bitcode element
Payload