Create a layout and register it with the given bitstream writer.

Synopsis

Declared in <llvm/Bitcode/BitcodeConvenience.h>

explicit
BCRecordLayout(llvm::BitstreamWriter& Stream);

Parameters

Name

Description

Stream

The bitstream writer that will emit records of this type.

Created with MrDocs