class MemberPointerInfo

Declaration

class MemberPointerInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:106

Member Variables

public llvm::codeview::TypeIndex ContainingType
public llvm::codeview::PointerToMemberRepresentation Representation

Method Overview

Methods

MemberPointerInfo()

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:108

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:110

Parameters

llvm::codeview::TypeIndex ContainingType
llvm::codeview::PointerToMemberRepresentation Representation

llvm::codeview::TypeIndex getContainingType()
    const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:114

llvm::codeview::PointerToMemberRepresentation
getRepresentation() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:115