LLVM 20.0.0git
|
#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 = 0 |
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 396 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 399 of file TypeRecord.h.
|
inline |
Definition at line 400 of file TypeRecord.h.
|
inline |
Definition at line 405 of file TypeRecord.h.
References ElementType.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 406 of file TypeRecord.h.
References IndexType.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 408 of file TypeRecord.h.
References Name.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 407 of file TypeRecord.h.
References Size.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
TypeIndex llvm::codeview::ArrayRecord::ElementType |
Definition at line 410 of file TypeRecord.h.
Referenced by getElementType().
TypeIndex llvm::codeview::ArrayRecord::IndexType |
Definition at line 411 of file TypeRecord.h.
Referenced by getIndexType().
StringRef llvm::codeview::ArrayRecord::Name |
Definition at line 413 of file TypeRecord.h.
Referenced by getName().
uint64_t llvm::codeview::ArrayRecord::Size = 0 |
Definition at line 412 of file TypeRecord.h.
Referenced by getSize().