LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
MemberPointerInfo ()=default | |
MemberPointerInfo (TypeIndex ContainingType, PointerToMemberRepresentation Representation) | |
TypeIndex | getContainingType () const |
PointerToMemberRepresentation | getRepresentation () const |
Public Attributes | |
TypeIndex | ContainingType |
PointerToMemberRepresentation | Representation |
Definition at line 100 of file TypeRecord.h.
|
default |
|
inline |
Definition at line 104 of file TypeRecord.h.
|
inline |
Definition at line 108 of file TypeRecord.h.
References ContainingType.
|
inline |
Definition at line 109 of file TypeRecord.h.
References Representation.
Referenced by isInheritanceKind().
TypeIndex llvm::codeview::MemberPointerInfo::ContainingType |
Definition at line 113 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypePointer::getClassParentId(), and getContainingType().
PointerToMemberRepresentation llvm::codeview::MemberPointerInfo::Representation |