LLVM
8.0.1
|
#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 107 of file TypeRecord.h.
|
default |
|
inline |
Definition at line 111 of file TypeRecord.h.
|
inline |
Definition at line 115 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 116 of file TypeRecord.h.
Referenced by isInheritanceKind(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
TypeIndex llvm::codeview::MemberPointerInfo::ContainingType |
Definition at line 120 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypePointer::getClassParentId(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().
PointerToMemberRepresentation llvm::codeview::MemberPointerInfo::Representation |
Definition at line 121 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().