LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::EnumRecord Class Reference

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

Inheritance diagram for llvm::codeview::EnumRecord:
Inheritance graph
[legend]

Public Member Functions

 EnumRecord ()=default
 
 EnumRecord (TypeRecordKind Kind)
 
 EnumRecord (uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
 
TypeIndex getUnderlyingType () const
 
- Public Member Functions inherited from llvm::codeview::TagRecord
bool hasUniqueName () const
 
bool isNested () const
 
bool isForwardRef () const
 
bool containsNestedClass () const
 
bool isScoped () const
 
uint16_t getMemberCount () const
 
ClassOptions getOptions () const
 
TypeIndex getFieldList () const
 
StringRef getName () const
 
StringRef getUniqueName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

TypeIndex UnderlyingType
 
- Public Attributes inherited from llvm::codeview::TagRecord
uint16_t MemberCount = 0
 
ClassOptions Options = ClassOptions::None
 
TypeIndex FieldList
 
StringRef Name
 
StringRef UniqueName
 
- Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind
 

Additional Inherited Members

- Static Public Attributes inherited from llvm::codeview::TagRecord
static const int HfaKindShift = 11
 
static const int HfaKindMask = 0x1800
 
static const int WinRTKindShift = 14
 
static const int WinRTKindMask = 0xC000
 
- Protected Member Functions inherited from llvm::codeview::TagRecord
 TagRecord ()=default
 
 TagRecord (TypeRecordKind Kind)
 
 TagRecord (TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName)
 
- Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 519 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ EnumRecord() [1/3]

llvm::codeview::EnumRecord::EnumRecord ( )
default

◆ EnumRecord() [2/3]

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

Definition at line 522 of file TypeRecord.h.

◆ EnumRecord() [3/3]

llvm::codeview::EnumRecord::EnumRecord ( uint16_t  MemberCount,
ClassOptions  Options,
TypeIndex  FieldList,
StringRef  Name,
StringRef  UniqueName,
TypeIndex  UnderlyingType 
)
inline

Definition at line 523 of file TypeRecord.h.

Member Function Documentation

◆ getUnderlyingType()

TypeIndex llvm::codeview::EnumRecord::getUnderlyingType ( ) const
inline

Definition at line 529 of file TypeRecord.h.

References UnderlyingType.

Member Data Documentation

◆ UnderlyingType

TypeIndex llvm::codeview::EnumRecord::UnderlyingType

Definition at line 531 of file TypeRecord.h.

Referenced by getUnderlyingType().


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