LLVM 20.0.0git
|
Helper class for dealing with a blob at the end of a record. More...
#include "llvm/Bitcode/BitcodeConvenience.h"
Static Public Member Functions | |
template<typename BufferTy > | |
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.
Definition at line 307 of file BitcodeConvenience.h.
|
inlinestatic |
Definition at line 310 of file BitcodeConvenience.h.
References llvm::BitstreamWriter::EmitRecordWithBlob().
|
inlinestatic |
Definition at line 315 of file BitcodeConvenience.h.
|
staticdelete |
Blob data is not stored in the buffer if you are using the correct accessor; this method should not be used.