Error commit(BinaryStreamWriter &Writer) const override
This is an optimization pass for GlobalISel generic memory operations.
Error initialize(BinaryStreamReader &Reader)
Provides write only access to a subclass of WritableBinaryStream.
uint64_t bytesRemaining() const
Error writeArray(ArrayRef< T > Array)
Writes an array of objects of type T to the underlying stream, as if by using memcpy.
Provides read only access to a subclass of BinaryStream.
uint32_t calculateSerializedSize() const override
DebugSymbolRVASubsection()
Lightweight error class with error context and mandatory checking.
DebugSymbolRVASubsectionRef()
ArrayRef< T > makeArrayRef(const T &OneElt)
Construct an ArrayRef from a single element.
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 ...