9#ifndef LLVM_DEBUGINFO_CODEVIEW_DEBUGCROSSIMPSUBSECTION_H
10#define LLVM_DEBUGINFO_CODEVIEW_DEBUGCROSSIMPSUBSECTION_H
47class DebugStringTableSubsection;
64 Iterator
begin()
const {
return References.begin(); }
65 Iterator
end()
const {
return References.end(); }
68 ReferenceArray References;
85 uint32_t calculateSerializedSize()
const override;
This file defines the StringMap class.
Lightweight arrays that are backed by an arbitrary BinaryStream.
Provides read only access to a subclass of BinaryStream.
BinaryStreamRef is to BinaryStream what ArrayRef is to an Array.
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.
A Module instance is used to store all the information related to an LLVM module.
StringMap - This is an unconventional map that is specialized for handling keys that are "strings",...
StringRef - Represent a constant reference to a string, i.e.
VarStreamArrayIterator< CrossModuleImportItem, VarStreamArrayExtractor< CrossModuleImportItem > > Iterator
LLVM_ABI Error initialize(BinaryStreamReader Reader)
DebugCrossModuleImportsSubsectionRef()
static bool classof(const DebugSubsectionRef *S)
static bool classof(const DebugSubsection *S)
DebugCrossModuleImportsSubsection(DebugStringTableSubsection &Strings)
Represents a read-write view of a CodeView string table.
DebugSubsectionKind kind() const
DebugSubsectionRef(DebugSubsectionKind Kind)
DebugSubsection(DebugSubsectionKind Kind)
DebugSubsectionKind kind() const
This is an optimization pass for GlobalISel generic memory operations.
FixedStreamArray< support::ulittle32_t > Imports
const CrossModuleImport * Header