class VFPtrRecord

Declaration

class VFPtrRecord : public TypeRecord { /* full declaration omitted */ };

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

Inherits from: TypeRecord

Member Variables

public llvm::codeview::TypeIndex Type

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

VFPtrRecord()

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

VFPtrRecord(llvm::codeview::TypeRecordKind Kind)

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

Parameters

llvm::codeview::TypeRecordKind Kind

VFPtrRecord(llvm::codeview::TypeIndex Type)

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

Parameters

llvm::codeview::TypeIndex Type

llvm::codeview::TypeIndex getType() const

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