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


Public Member Functions | |
| StringIdRecord ()=default | |
| StringIdRecord (TypeRecordKind Kind) | |
| StringIdRecord (TypeIndex Id, StringRef String) | |
| TypeIndex | getId () const |
| StringRef | getString () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Id |
| StringRef | String |
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 601 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 604 of file TypeRecord.h.
Definition at line 605 of file TypeRecord.h.
|
inline |
Definition at line 608 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 609 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
| TypeIndex llvm::codeview::StringIdRecord::Id |
Definition at line 611 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| StringRef llvm::codeview::StringIdRecord::String |
Definition at line 612 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13