24 for (
const auto &
Record : Records) {
32 Records.push_back(Symbol);
Error writeBytes(ArrayRef< uint8_t > Buffer)
Write the bytes specified in Buffer to the underlying stream.
This class represents lattice values for constants.
void addSymbol(CVSymbol Symbol)
Error initialize(BinaryStreamReader Reader)
Provides write only access to a subclass of WritableBinaryStream.
static ErrorSuccess success()
Create a success value.
uint32_t getLength() const
Error commit(BinaryStreamWriter &Writer) const override
Lightweight error class with error context and mandatory checking.
Provides read only access to a subclass of BinaryStream.
uint32_t calculateSerializedSize() const override
Error readArray(ArrayRef< T > &Array, uint32_t NumElements)
Get a reference to a NumElements element array of objects of type T from the underlying stream as if ...