LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
PrecompRecord ()=default | |
PrecompRecord (TypeRecordKind Kind) | |
uint32_t | getStartTypeIndex () const |
uint32_t | getTypesCount () const |
uint32_t | getSignature () const |
StringRef | getPrecompFilePath () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
uint32_t | StartTypeIndex |
uint32_t | TypesCount |
uint32_t | Signature |
StringRef | PrecompFilePath |
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 935 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 938 of file TypeRecord.h.
|
inline |
Definition at line 943 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 942 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 940 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 941 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
StringRef llvm::codeview::PrecompRecord::PrecompFilePath |
Definition at line 948 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
uint32_t llvm::codeview::PrecompRecord::Signature |
Definition at line 947 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
uint32_t llvm::codeview::PrecompRecord::StartTypeIndex |
Definition at line 945 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
uint32_t llvm::codeview::PrecompRecord::TypesCount |
Definition at line 946 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().