35 return RVAs.size() *
sizeof(
uint32_t);
This class represents lattice values for constants.
ArrayRef< T > makeArrayRef(const T &OneElt)
Construct an ArrayRef from a single element.
Error writeArray(ArrayRef< T > Array)
Writes an array of objects of type T to the underlying stream, as if by using memcpy.
DebugSymbolRVASubsectionRef()
Provides write only access to a subclass of WritableBinaryStream.
Error initialize(BinaryStreamReader &Reader)
uint32_t calculateSerializedSize() const override
DebugSymbolRVASubsection()
uint32_t bytesRemaining() const
Lightweight error class with error context and mandatory checking.
Error commit(BinaryStreamWriter &Writer) const override
Provides read only access to a subclass of BinaryStream.
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 ...