A record with a fixed record code.
Synopsis
Declared in <llvm/Bitcode/BitcodeConvenience.h>
template<
unsigned int RecordCode,
typename... Fields>
class BCRecordLayout
: public BCGenericRecordLayout<BCLiteral<RecordCode>, Fields...>
Base Classes
Name |
Description |
|
Represents a single bitcode record type. |
Enums
Name |
Member Functions
Name |
Description |
|
Create a layout and register it with the given bitstream writer. |
Emit a record to the bitstream writer, using the given buffer for scratch space. |
Static Member Functions
Name |
Description |
Registers this record's layout with the bitstream reader. |
|
Emit a record identified by |
|
Extract record data from |
Data Members
Name |
Description |
The abbreviation code used for this record in the current block. |
Created with MrDocs