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

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

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

Public Member Functions

 EnumeratorRecord ()=default
 
 EnumeratorRecord (TypeRecordKind Kind)
 
 EnumeratorRecord (MemberAttributes Attrs, APSInt Value, StringRef Name)
 
 EnumeratorRecord (MemberAccess Access, APSInt Value, StringRef Name)
 
MemberAccess getAccess () const
 
APSInt getValue () const
 
StringRef getName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

MemberAttributes Attrs
 
APSInt Value
 
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 830 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ EnumeratorRecord() [1/4]

llvm::codeview::EnumeratorRecord::EnumeratorRecord ( )
default

◆ EnumeratorRecord() [2/4]

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

Definition at line 833 of file TypeRecord.h.

◆ EnumeratorRecord() [3/4]

llvm::codeview::EnumeratorRecord::EnumeratorRecord ( MemberAttributes  Attrs,
APSInt  Value,
StringRef  Name 
)
inline

Definition at line 834 of file TypeRecord.h.

◆ EnumeratorRecord() [4/4]

llvm::codeview::EnumeratorRecord::EnumeratorRecord ( MemberAccess  Access,
APSInt  Value,
StringRef  Name 
)
inline

Definition at line 837 of file TypeRecord.h.

Member Function Documentation

◆ getAccess()

MemberAccess llvm::codeview::EnumeratorRecord::getAccess ( ) const
inline

Definition at line 841 of file TypeRecord.h.

References Attrs, and llvm::codeview::MemberAttributes::getAccess().

◆ getName()

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

Definition at line 843 of file TypeRecord.h.

References Name.

◆ getValue()

APSInt llvm::codeview::EnumeratorRecord::getValue ( ) const
inline

Definition at line 842 of file TypeRecord.h.

References Value.

Member Data Documentation

◆ Attrs

MemberAttributes llvm::codeview::EnumeratorRecord::Attrs

Definition at line 845 of file TypeRecord.h.

Referenced by getAccess().

◆ Name

StringRef llvm::codeview::EnumeratorRecord::Name

Definition at line 847 of file TypeRecord.h.

Referenced by getName().

◆ Value

APSInt llvm::codeview::EnumeratorRecord::Value

Definition at line 846 of file TypeRecord.h.

Referenced by getValue().


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