9#ifndef LLVM_DEBUGINFO_CODEVIEW_DEBUGSYMBOLRVASUBSECTION_H
10#define LLVM_DEBUGINFO_CODEVIEW_DEBUGSYMBOLRVASUBSECTION_H
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.
FixedStreamArray is similar to VarStreamArray, except with each record having a fixed-length.
FixedStreamArrayIterator< support::ulittle32_t > Iterator
DebugSubsectionKind kind() const
DebugSubsectionRef(DebugSubsectionKind Kind)
DebugSubsection(DebugSubsectionKind Kind)
DebugSubsectionKind kind() const
ArrayType::Iterator end() const
static bool classof(const DebugSubsectionRef *S)
Error initialize(BinaryStreamReader &Reader)
FixedStreamArray< support::ulittle32_t > ArrayType
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
detail::packed_endian_specific_integral< uint32_t, llvm::endianness::little, unaligned > ulittle32_t
This is an optimization pass for GlobalISel generic memory operations.