class VFPtrRecord

Declaration

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

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

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:858

VFPtrRecord(llvm::codeview::TypeRecordKind Kind)

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

Parameters

llvm::codeview::TypeRecordKind Kind

VFPtrRecord(llvm::codeview::TypeIndex Type)

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

Parameters

llvm::codeview::TypeIndex Type

llvm::codeview::TypeIndex getType() const

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