9#ifndef LLVM_DEBUGINFO_CODEVIEW_DEBUGSYMBOLRVASUBSECTION_H
10#define LLVM_DEBUGINFO_CODEVIEW_DEBUGSYMBOLRVASUBSECTION_H
22class BinaryStreamReader;
59 std::vector<support::ulittle32_t> RVAs;
Lightweight arrays that are backed by an arbitrary BinaryStream.
Class to represent array types.
Provides read only access to a subclass of BinaryStream.
Provides write only access to a subclass of WritableBinaryStream.
Lightweight error class with error context and mandatory checking.
FixedStreamArrayIterator< T > begin() const
FixedStreamArrayIterator< T > end() const
DebugSubsectionKind kind() const
DebugSubsectionKind kind() const
ArrayType::Iterator end() const
static bool classof(const DebugSubsectionRef *S)
Error initialize(BinaryStreamReader &Reader)
DebugSymbolRVASubsectionRef()
ArrayType::Iterator begin() const
DebugSymbolRVASubsection()
static bool classof(const DebugSubsection *S)
void addRVA(uint32_t RVA)
uint32_t calculateSerializedSize() const override
Error commit(BinaryStreamWriter &Writer) const override
This is an optimization pass for GlobalISel generic memory operations.