LLVM: llvm::detail::BCRecordCoding< BCBlob > Class Reference (original) (raw)

Helper class for dealing with a blob at the end of a record. More...

#include "[llvm/Bitcode/BitcodeConvenience.h](BitcodeConvenience%5F8h%5Fsource.html)"

Static Public Member Functions
template
static void emit (llvm::BitstreamWriter &Stream, BufferTy &buffer, unsigned code, StringRef data)
template<typename T>
static void read (ArrayRef< T > buffer)
template<typename T, typename DataTy>
static void read (ArrayRef< T > buffer, DataTy &data)=delete
Blob data is not stored in the buffer if you are using the correct accessor; this method should not be used.

Helper class for dealing with a blob at the end of a record.

See also

BCRecordLayout

Definition at line 307 of file BitcodeConvenience.h.

emit()

template

read() [1/2]

read() [2/2]

template<typename T, typename DataTy>

Blob data is not stored in the buffer if you are using the correct accessor; this method should not be used.

References data.


The documentation for this class was generated from the following file: