Extract record data from buffer into the given data fields.

Synopses

Declared in <llvm/Bitcode/BitcodeConvenience.h>

Extract record data from buffer into the given data fields.

template<
    typename ElementTy,
    typename... Data>
static
void
readRecord(
    ArrayRef<ElementTy> buffer,
    Data&&... data);

Extract record data from buffer into the given data fields.

template<
    typename BufferTy,
    typename... Data>
static
void
readRecord(
    BufferTy& buffer,
    Data&&... data);

Created with MrDocs