LLVM 20.0.0git
|
#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 = 0 |
uint32_t | TypesCount = 0 |
uint32_t | Signature = 0 |
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 928 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 931 of file TypeRecord.h.
|
inline |
Definition at line 936 of file TypeRecord.h.
References PrecompFilePath.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 935 of file TypeRecord.h.
References Signature.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 933 of file TypeRecord.h.
References StartTypeIndex.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 934 of file TypeRecord.h.
References TypesCount.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
StringRef llvm::codeview::PrecompRecord::PrecompFilePath |
Definition at line 941 of file TypeRecord.h.
Referenced by getPrecompFilePath().
uint32_t llvm::codeview::PrecompRecord::Signature = 0 |
Definition at line 940 of file TypeRecord.h.
Referenced by getSignature().
uint32_t llvm::codeview::PrecompRecord::StartTypeIndex = 0 |
Definition at line 938 of file TypeRecord.h.
Referenced by getStartTypeIndex().
uint32_t llvm::codeview::PrecompRecord::TypesCount = 0 |
Definition at line 939 of file TypeRecord.h.
Referenced by getTypesCount().