Go to the documentation of this file.
9 #ifndef LLVM_DEBUGINFO_PDB_NATIVE_MODULEDEBUGSTREAM_H
10 #define LLVM_DEBUGINFO_PDB_NATIVE_MODULEDEBUGSTREAM_H
22 class BinaryStreamReader;
24 class DebugChecksumsSubsectionRef;
27 class MappedBlockStream;
36 std::unique_ptr<msf::MappedBlockStream> Stream);
80 std::shared_ptr<msf::MappedBlockStream> Stream;
95 #endif // LLVM_DEBUGINFO_PDB_NATIVE_MODULEDEBUGSTREAM_H
BinarySubstreamRef getGlobalRefsSubstream() const
ModuleDebugStreamRef & operator=(ModuleDebugStreamRef &&Other)=delete
iterator_range< DebugSubsectionIterator > subsections() const
This is an optimization pass for GlobalISel generic memory operations.
const codeview::CVSymbolArray getSymbolArrayForScope(uint32_t ScopeBegin) const
codeview::CVSymbol readSymbolAtOffset(uint32_t Offset) const
uint32_t signature() const
BinarySubstreamRef getC13LinesSubstream() const
Expected< codeview::DebugChecksumsSubsectionRef > findChecksumsSubsection() const
Tagged union holding either a T or a Error.
iterator_range< codeview::CVSymbolArray::Iterator > symbols(bool *HadError) const
ModuleDebugStreamRef(const DbiModuleDescriptor &Module, std::unique_ptr< msf::MappedBlockStream > Stream)
VarStreamArrayIterator< DebugSubsectionRecord, VarStreamArrayExtractor< DebugSubsectionRecord > > Iterator
BinarySubstreamRef getSymbolsSubstream() const
Provides read only access to a subclass of BinaryStream.
VarStreamArray represents an array of variable length records backed by a stream.
A Module instance is used to store all the information related to an LLVM module.
const codeview::CVSymbolArray & getSymbolArray() const
CVRecord is a fat pointer (base + size pair) to a symbol or type record.
bool hasDebugSubsections() const
Lightweight error class with error context and mandatory checking.
std::optional< std::vector< StOtherPiece > > Other
A range adaptor for a pair of iterators.
BinarySubstreamRef getC11LinesSubstream() const
codeview::DebugSubsectionArray getSubsectionsArray() const