LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
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) | |
Definition at line 829 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 832 of file TypeRecord.h.
|
inline |
Definition at line 833 of file TypeRecord.h.
|
inline |
Definition at line 836 of file TypeRecord.h.
|
inline |
Definition at line 840 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getAccess().
|
inline |
Definition at line 842 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 841 of file TypeRecord.h.
References Value.
MemberAttributes llvm::codeview::EnumeratorRecord::Attrs |
Definition at line 844 of file TypeRecord.h.
Referenced by getAccess().
StringRef llvm::codeview::EnumeratorRecord::Name |
Definition at line 846 of file TypeRecord.h.
Referenced by getName().
APSInt llvm::codeview::EnumeratorRecord::Value |
Definition at line 845 of file TypeRecord.h.
Referenced by getValue().