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

#include <TypeDeserializer.h>

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

Public Member Functions

 TypeDeserializer ()=default
 
Error visitTypeBegin (CVType &Record) override
 Paired begin/end actions for all types. More...
 
Error visitTypeEnd (CVType &Record) override
 
 MEMBER_RECORD_ALIAS (LF_IVBCLASS, 0x1402, IndirectVirtualBaseClass, VirtualBaseClass) CV_TYPE(LF_NULLLEAF
 
- Public Member Functions inherited from llvm::codeview::TypeVisitorCallbacks
virtual ~TypeVisitorCallbacks ()=default
 
virtual Error visitUnknownType (CVType &Record)
 Action to take on unknown types. By default, they are ignored. More...
 
virtual Error visitUnknownMember (CVMemberRecord &Record)
 
virtual Error visitMemberBegin (CVMemberRecord &Record)
 
virtual Error visitMemberEnd (CVMemberRecord &Record)
 
 MEMBER_RECORD_ALIAS (LF_IVBCLASS, 0x1402, IndirectVirtualBaseClass, VirtualBaseClass) CV_TYPE(LF_NULLLEAF
 

Detailed Description

Definition at line 29 of file TypeDeserializer.h.

Constructor & Destructor Documentation

llvm::codeview::TypeDeserializer::TypeDeserializer ( )
default

Member Function Documentation

llvm::codeview::TypeDeserializer::MEMBER_RECORD_ALIAS ( LF_IVBCLASS  ,
0x1402  ,
IndirectVirtualBaseClass  ,
VirtualBaseClass   
)
Error llvm::codeview::TypeDeserializer::visitTypeBegin ( CVType Record)
inlineoverridevirtual

Paired begin/end actions for all types.

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

Reimplemented from llvm::codeview::TypeVisitorCallbacks.

Definition at line 42 of file TypeDeserializer.h.

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

Error llvm::codeview::TypeDeserializer::visitTypeEnd ( CVType Record)
inlineoverridevirtual

Reimplemented from llvm::codeview::TypeVisitorCallbacks.

Definition at line 48 of file TypeDeserializer.h.

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


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