LLVM
15.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. More... | |
Helper class for dealing with a blob at the end of a record.
Definition at line 306 of file BitcodeConvenience.h.
|
inlinestatic |
Definition at line 309 of file BitcodeConvenience.h.
References code.
|
inlinestatic |
Definition at line 314 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.