LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::MemberPointerInfo Class Reference

#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
 

Detailed Description

Definition at line 100 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ MemberPointerInfo() [1/2]

llvm::codeview::MemberPointerInfo::MemberPointerInfo ( )
default

◆ MemberPointerInfo() [2/2]

llvm::codeview::MemberPointerInfo::MemberPointerInfo ( TypeIndex  ContainingType,
PointerToMemberRepresentation  Representation 
)
inline

Definition at line 104 of file TypeRecord.h.

Member Function Documentation

◆ getContainingType()

TypeIndex llvm::codeview::MemberPointerInfo::getContainingType ( ) const
inline

Definition at line 108 of file TypeRecord.h.

References ContainingType.

◆ getRepresentation()

PointerToMemberRepresentation llvm::codeview::MemberPointerInfo::getRepresentation ( ) const
inline

Definition at line 109 of file TypeRecord.h.

References Representation.

Referenced by isInheritanceKind().

Member Data Documentation

◆ ContainingType

TypeIndex llvm::codeview::MemberPointerInfo::ContainingType

◆ Representation

PointerToMemberRepresentation llvm::codeview::MemberPointerInfo::Representation

The documentation for this class was generated from the following file: