|
LLVM
4.0.0
|
#include <TypeDeserializer.h>
Public Member Functions | |
| FieldListDeserializer (msf::StreamReader &Reader) | |
| ~FieldListDeserializer () override | |
| Error | visitMemberBegin (CVMemberRecord &Record) override |
| Error | visitMemberEnd (CVMemberRecord &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 | visitTypeBegin (CVType &Record) |
| Paired begin/end actions for all types. More... | |
| virtual Error | visitTypeEnd (CVType &Record) |
| virtual Error | visitUnknownMember (CVMemberRecord &Record) |
| MEMBER_RECORD_ALIAS (LF_IVBCLASS, 0x1402, IndirectVirtualBaseClass, VirtualBaseClass) CV_TYPE(LF_NULLLEAF | |
Definition at line 73 of file TypeDeserializer.h.
|
inlineexplicit |
Definition at line 84 of file TypeDeserializer.h.
References llvm::consumeError(), and llvm::codeview::CVRecord< Kind >::Type.
|
inlineoverride |
Definition at line 90 of file TypeDeserializer.h.
References llvm::consumeError(), and llvm::codeview::CVRecord< Kind >::Type.
| llvm::codeview::FieldListDeserializer::MEMBER_RECORD_ALIAS | ( | LF_IVBCLASS | , |
| 0x1402 | , | ||
| IndirectVirtualBaseClass | , | ||
| VirtualBaseClass | |||
| ) |
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 96 of file TypeDeserializer.h.
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 101 of file TypeDeserializer.h.
References llvm::codeview::EC, and llvm::Error::success().
1.8.6