LLVM 20.0.0git
|
Equvalent to CV_fldattr_t in cvinfo.h. More...
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Types | |
enum | { MethodKindShift = 2 } |
Public Member Functions | |
MemberAttributes ()=default | |
MemberAttributes (MemberAccess Access) | |
MemberAttributes (MemberAccess Access, MethodKind Kind, MethodOptions Flags) | |
MemberAccess | getAccess () const |
Get the access specifier. Valid for any kind of member. | |
MethodKind | getMethodKind () const |
Indicates if a method is defined with friend, virtual, static, etc. | |
MethodOptions | getFlags () const |
Get the flags that are not included in access control or method properties. | |
bool | isVirtual () const |
Is this method virtual. | |
bool | isIntroducedVirtual () const |
Does this member introduce a new virtual method. | |
bool | isStatic () const |
Is this method static. | |
Public Attributes | |
uint16_t | Attrs = 0 |
Equvalent to CV_fldattr_t in cvinfo.h.
Definition at line 40 of file TypeRecord.h.
anonymous enum |
Enumerator | |
---|---|
MethodKindShift |
Definition at line 43 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 49 of file TypeRecord.h.
|
inline |
Definition at line 52 of file TypeRecord.h.
References Attrs, and MethodKindShift.
|
inline |
Get the access specifier. Valid for any kind of member.
Definition at line 59 of file TypeRecord.h.
References llvm::codeview::AccessMask, and Attrs.
Referenced by llvm::codeview::OneMethodRecord::getAccess(), llvm::codeview::DataMemberRecord::getAccess(), llvm::codeview::StaticDataMemberRecord::getAccess(), llvm::codeview::EnumeratorRecord::getAccess(), llvm::codeview::BaseClassRecord::getAccess(), and llvm::codeview::VirtualBaseClassRecord::getAccess().
|
inline |
Get the flags that are not included in access control or method properties.
Definition at line 72 of file TypeRecord.h.
References llvm::codeview::AccessMask, Attrs, and llvm::codeview::MethodKindMask.
Referenced by llvm::codeview::OneMethodRecord::getOptions(), and llvm::logicalview::LVLogicalVisitor::visitKnownMember().
|
inline |
Indicates if a method is defined with friend, virtual, static, etc.
Definition at line 64 of file TypeRecord.h.
References Attrs, llvm::codeview::MethodKindMask, and MethodKindShift.
Referenced by llvm::codeview::OneMethodRecord::getMethodKind(), isIntroducedVirtual(), isStatic(), and isVirtual().
|
inline |
Does this member introduce a new virtual method.
Definition at line 86 of file TypeRecord.h.
References getMethodKind(), llvm::codeview::IntroducingVirtual, and llvm::codeview::PureIntroducingVirtual.
|
inline |
Is this method static.
Definition at line 93 of file TypeRecord.h.
References getMethodKind(), and llvm::codeview::Static.
|
inline |
Is this method virtual.
Definition at line 79 of file TypeRecord.h.
References llvm::codeview::Friend, getMethodKind(), llvm::codeview::Static, and llvm::codeview::Vanilla.
uint16_t llvm::codeview::MemberAttributes::Attrs = 0 |
Definition at line 41 of file TypeRecord.h.
Referenced by getAccess(), getFlags(), getMethodKind(), and MemberAttributes().