LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
OneMethodRecord ()=default | |
OneMethodRecord (TypeRecordKind Kind) | |
OneMethodRecord (TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, StringRef Name) | |
OneMethodRecord (TypeIndex Type, MemberAccess Access, MethodKind MK, MethodOptions Options, int32_t VFTableOffset, StringRef Name) | |
TypeIndex | getType () const |
MethodKind | getMethodKind () const |
MethodOptions | getOptions () const |
MemberAccess | getAccess () const |
int32_t | getVFTableOffset () const |
StringRef | getName () const |
bool | isIntroducingVirtual () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | Type |
MemberAttributes | Attrs |
int32_t | VFTableOffset = 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) |
Definition at line 719 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 722 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 723 of file TypeRecord.h.
References Attrs, Name, Type, llvm::codeview::TypeRecord::TypeRecord(), and VFTableOffset.
|
inline |
Definition at line 727 of file TypeRecord.h.
References Access, Attrs, Name, Options, Type, llvm::codeview::TypeRecord::TypeRecord(), and VFTableOffset.
|
inline |
Definition at line 735 of file TypeRecord.h.
References Attrs.
|
inline |
Definition at line 733 of file TypeRecord.h.
References Attrs.
Referenced by isIntroducingVirtual().
|
inline |
Definition at line 737 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 734 of file TypeRecord.h.
References Attrs.
|
inline |
Definition at line 732 of file TypeRecord.h.
References Type.
|
inline |
Definition at line 736 of file TypeRecord.h.
References VFTableOffset.
|
inline |
Definition at line 739 of file TypeRecord.h.
References getMethodKind(), llvm::codeview::IntroducingVirtual, and llvm::codeview::PureIntroducingVirtual.
MemberAttributes llvm::codeview::OneMethodRecord::Attrs |
Definition at line 745 of file TypeRecord.h.
Referenced by getAccess(), getMethodKind(), getOptions(), OneMethodRecord(), and OneMethodRecord().
StringRef llvm::codeview::OneMethodRecord::Name |
Definition at line 747 of file TypeRecord.h.
Referenced by getName(), OneMethodRecord(), and OneMethodRecord().
TypeIndex llvm::codeview::OneMethodRecord::Type |
Definition at line 744 of file TypeRecord.h.
Referenced by getType(), OneMethodRecord(), and OneMethodRecord().
int32_t llvm::codeview::OneMethodRecord::VFTableOffset = 0 |
Definition at line 746 of file TypeRecord.h.
Referenced by getVFTableOffset(), OneMethodRecord(), and OneMethodRecord().