|
LLVM
4.0.0
|
Dumper for CodeView type streams found in COFF object files and PDB files. More...
#include <TypeDatabaseVisitor.h>
Public Member Functions | |
| TypeDatabaseVisitor (TypeDatabase &TypeDB) | |
| Error | visitTypeBegin (CVType &Record) override |
| Paired begin/end actions for all types. More... | |
| Error | visitTypeEnd (CVType &Record) 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 | visitUnknownMember (CVMemberRecord &Record) |
| MEMBER_RECORD_ALIAS (LF_IVBCLASS, 0x1402, IndirectVirtualBaseClass, VirtualBaseClass) CV_TYPE(LF_NULLLEAF | |
Dumper for CodeView type streams found in COFF object files and PDB files.
Definition at line 22 of file TypeDatabaseVisitor.h.
|
inlineexplicit |
Definition at line 24 of file TypeDatabaseVisitor.h.
| llvm::codeview::TypeDatabaseVisitor::MEMBER_RECORD_ALIAS | ( | LF_IVBCLASS | , |
| 0x1402 | , | ||
| IndirectVirtualBaseClass | , | ||
| VirtualBaseClass | |||
| ) |
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 46 of file TypeDatabaseVisitor.cpp.
References assert(), and llvm::Error::success().
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 53 of file TypeDatabaseVisitor.cpp.
References assert(), and llvm::Error::success().
Paired begin/end actions for all types.
Receives all record data, including the fixed-length record prefix.
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 18 of file TypeDatabaseVisitor.cpp.
References assert(), llvm::Error::success(), and llvm::codeview::CVRecord< Kind >::Type.
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 31 of file TypeDatabaseVisitor.cpp.
References assert(), llvm::codeview::TypeDatabase::recordType(), llvm::Error::success(), and llvm::codeview::CVRecord< Kind >::Type.
1.8.6