LLVM  8.0.1
Public Member Functions | List of all members
llvm::pdb::GlobalsStream Class Reference

#include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"

Public Member Functions

 GlobalsStream (std::unique_ptr< msf::MappedBlockStream > Stream)
 
 ~GlobalsStream ()
 
const GSIHashTablegetGlobalsTable () const
 
Error reload ()
 
std::vector< std::pair< uint32_t, codeview::CVSymbol > > findRecordsByName (StringRef Name, const SymbolStream &Symbols) const
 

Detailed Description

Definition at line 71 of file GlobalsStream.h.

Constructor & Destructor Documentation

◆ GlobalsStream()

GlobalsStream::GlobalsStream ( std::unique_ptr< msf::MappedBlockStream Stream)
explicit

Definition at line 36 of file GlobalsStream.cpp.

References ~GlobalsStream().

◆ ~GlobalsStream()

GlobalsStream::~GlobalsStream ( )
default

Referenced by GlobalsStream().

Member Function Documentation

◆ findRecordsByName()

std::vector< std::pair< uint32_t, codeview::CVSymbol > > GlobalsStream::findRecordsByName ( StringRef  Name,
const SymbolStream Symbols 
) const

◆ getGlobalsTable()

const GSIHashTable& llvm::pdb::GlobalsStream::getGlobalsTable ( ) const
inline

Definition at line 75 of file GlobalsStream.h.

References Name, and llvm::pdb::Symbols.

Referenced by llvm::pdb::NativeEnumGlobals::NativeEnumGlobals().

◆ reload()

Error GlobalsStream::reload ( )

Definition at line 41 of file GlobalsStream.cpp.

References E, llvm::pdb::GSIHashTable::read(), and llvm::Error::success().


The documentation for this class was generated from the following files: