|
LLVM
4.0.0
|
#include <TypeDeserializer.h>
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 | |
Definition at line 29 of file TypeDeserializer.h.
|
default |
| llvm::codeview::TypeDeserializer::MEMBER_RECORD_ALIAS | ( | LF_IVBCLASS | , |
| 0x1402 | , | ||
| IndirectVirtualBaseClass | , | ||
| VirtualBaseClass | |||
| ) |
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().
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 48 of file TypeDeserializer.h.
References assert(), and llvm::codeview::EC.
1.8.6