LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
StaticDataMemberRecord ()=default | |
StaticDataMemberRecord (TypeRecordKind Kind) | |
StaticDataMemberRecord (MemberAttributes Attrs, TypeIndex Type, StringRef Name) | |
StaticDataMemberRecord (MemberAccess Access, TypeIndex Type, StringRef Name) | |
MemberAccess | getAccess () const |
TypeIndex | getType () const |
StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
MemberAttributes | Attrs |
TypeIndex | Type |
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 808 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 811 of file TypeRecord.h.
|
inline |
Definition at line 812 of file TypeRecord.h.
|
inline |
Definition at line 815 of file TypeRecord.h.
|
inline |
Definition at line 819 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getAccess().
|
inline |
Definition at line 821 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 820 of file TypeRecord.h.
References Type.
MemberAttributes llvm::codeview::StaticDataMemberRecord::Attrs |
Definition at line 823 of file TypeRecord.h.
Referenced by getAccess().
StringRef llvm::codeview::StaticDataMemberRecord::Name |
Definition at line 825 of file TypeRecord.h.
Referenced by getName().
TypeIndex llvm::codeview::StaticDataMemberRecord::Type |
Definition at line 824 of file TypeRecord.h.
Referenced by getType().