Emit a record identified by abbrCode to bitstream reader Stream, using buffer for scratch space.

Synopses

Declared in <llvm/Bitcode/BitcodeConvenience.h>

Emit a record identified by abbrCode to bitstream reader Stream, using buffer for scratch space.

template<
    typename BufferTy,
    typename... Data>
static
void
emitRecord(
    llvm::BitstreamWriter& Stream,
    BufferTy& buffer,
    unsigned int abbrCode,
    Data&&... data);

Emit a record identified by abbrCode to bitstream reader Stream, using buffer for scratch space.

template<
    typename BufferTy,
    typename... Data>
static
void
emitRecord(
    llvm::BitstreamWriter& Stream,
    BufferTy& buffer,
    unsigned int abbrCode,
    unsigned int recordID,
    Data&&... data);

Created with MrDocs