LLVM 22.0.0git
llvm::codeview::ArrayRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::ArrayRecord:
[legend]

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)

Detailed Description

Definition at line 396 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ ArrayRecord() [1/3]

llvm::codeview::ArrayRecord::ArrayRecord ( )
default

◆ ArrayRecord() [2/3]

llvm::codeview::ArrayRecord::ArrayRecord ( TypeRecordKind Kind)
inlineexplicit

◆ ArrayRecord() [3/3]

llvm::codeview::ArrayRecord::ArrayRecord ( TypeIndex ElementType,
TypeIndex IndexType,
uint64_t Size,
StringRef Name )
inline

Definition at line 400 of file TypeRecord.h.

References ElementType, IndexType, Name, Size, and llvm::codeview::TypeRecord::TypeRecord().

Member Function Documentation

◆ getElementType()

TypeIndex llvm::codeview::ArrayRecord::getElementType ( ) const
inline

Definition at line 405 of file TypeRecord.h.

References ElementType.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

◆ getIndexType()

TypeIndex llvm::codeview::ArrayRecord::getIndexType ( ) const
inline

Definition at line 406 of file TypeRecord.h.

References IndexType.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

◆ getName()

StringRef llvm::codeview::ArrayRecord::getName ( ) const
inline

Definition at line 408 of file TypeRecord.h.

References Name.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

◆ getSize()

uint64_t llvm::codeview::ArrayRecord::getSize ( ) const
inline

Definition at line 407 of file TypeRecord.h.

References Size.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

Member Data Documentation

◆ ElementType

TypeIndex llvm::codeview::ArrayRecord::ElementType

Definition at line 410 of file TypeRecord.h.

Referenced by ArrayRecord(), and getElementType().

◆ IndexType

TypeIndex llvm::codeview::ArrayRecord::IndexType

Definition at line 411 of file TypeRecord.h.

Referenced by ArrayRecord(), and getIndexType().

◆ Name

StringRef llvm::codeview::ArrayRecord::Name

Definition at line 413 of file TypeRecord.h.

Referenced by ArrayRecord(), and getName().

◆ Size

uint64_t llvm::codeview::ArrayRecord::Size = 0

Definition at line 412 of file TypeRecord.h.

Referenced by ArrayRecord(), and getSize().


The documentation for this class was generated from the following file: