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


Public Member Functions | |
| ArrayRecord ()=default | |
| ArrayRecord (TypeRecordKind Kind) | |
| ArrayRecord (TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, StringRef Name) | |
| TypeIndex | getElementType () const |
| TypeIndex | getIndexType () const |
| uint64_t | getSize () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | ElementType |
| TypeIndex | IndexType |
| uint64_t | Size |
| StringRef | Name |
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 402 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 405 of file TypeRecord.h.
|
inline |
Definition at line 406 of file TypeRecord.h.
|
inline |
Definition at line 411 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 412 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 414 of file TypeRecord.h.
References Name.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 413 of file TypeRecord.h.
References Size.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
| TypeIndex llvm::codeview::ArrayRecord::ElementType |
Definition at line 416 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| TypeIndex llvm::codeview::ArrayRecord::IndexType |
Definition at line 417 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| StringRef llvm::codeview::ArrayRecord::Name |
Definition at line 419 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| uint64_t llvm::codeview::ArrayRecord::Size |
Definition at line 418 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13