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


Public Member Functions | |
| LabelRecord ()=default | |
| LabelRecord (TypeRecordKind Kind) | |
| LabelRecord (LabelType Mode) | |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| LabelType | Mode |
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 212 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 215 of file TypeRecord.h.
|
inline |
Definition at line 217 of file TypeRecord.h.
| LabelType llvm::codeview::LabelRecord::Mode |
Definition at line 219 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd(), and llvm::codeview::TypeDumpVisitor::visitUnknownType().
1.8.13