LLVM  4.0.0
Classes | Public Member Functions | List of all members
llvm::codeview::SymbolDeserializer Class Reference

#include <SymbolDeserializer.h>

Inheritance diagram for llvm::codeview::SymbolDeserializer:
[legend]
Collaboration diagram for llvm::codeview::SymbolDeserializer:
[legend]

Public Member Functions

 SymbolDeserializer (SymbolVisitorDelegate *Delegate)
 
Error visitSymbolBegin (CVSymbol &Record) override
 Paired begin/end actions for all symbols. More...
 
Error visitSymbolEnd (CVSymbol &Record) override
 
- Public Member Functions inherited from llvm::codeview::SymbolVisitorCallbacks
virtual ~SymbolVisitorCallbacks ()=default
 
virtual Error visitUnknownSymbol (CVSymbol &Record)
 Action to take on unknown symbols. By default, they are ignored. More...
 

Detailed Description

Definition at line 25 of file SymbolDeserializer.h.

Constructor & Destructor Documentation

llvm::codeview::SymbolDeserializer::SymbolDeserializer ( SymbolVisitorDelegate Delegate)
inlineexplicit

Definition at line 36 of file SymbolDeserializer.h.

Member Function Documentation

Error llvm::codeview::SymbolDeserializer::visitSymbolBegin ( CVSymbol Record)
inlineoverridevirtual

Paired begin/end actions for all symbols.

Receives all record data, including the fixed-length record prefix. visitSymbolBegin() should return the type of the Symbol, or an error if it cannot be determined.

Reimplemented from llvm::codeview::SymbolVisitorCallbacks.

Definition at line 39 of file SymbolDeserializer.h.

References assert(), and llvm::codeview::CVRecord< Kind >::content().

Error llvm::codeview::SymbolDeserializer::visitSymbolEnd ( CVSymbol Record)
inlineoverridevirtual

Reimplemented from llvm::codeview::SymbolVisitorCallbacks.

Definition at line 44 of file SymbolDeserializer.h.

References assert(), and llvm::codeview::EC.


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