|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"


Public Member Functions | |
| VFPtrRecord ()=default | |
| VFPtrRecord (TypeRecordKind Kind) | |
| VFPtrRecord (TypeIndex Type) | |
| TypeIndex | getType () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Type |
Public Attributes inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | Kind |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 857 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 860 of file TypeRecord.h.
|
inline |
Definition at line 861 of file TypeRecord.h.
|
inline |
Definition at line 864 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
| TypeIndex llvm::codeview::VFPtrRecord::Type |
Definition at line 866 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13