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:
Method Overview
- public VFPtrRecord()
- public VFPtrRecord(llvm::codeview::TypeRecordKind Kind)
- public VFPtrRecord(llvm::codeview::TypeIndex Type)
- public llvm::codeview::TypeIndex getType() const
Inherited from TypeRecord:
Methods
¶VFPtrRecord()
VFPtrRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:858
¶VFPtrRecord(llvm::codeview::TypeRecordKind Kind)
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)
VFPtrRecord(llvm::codeview::TypeIndex Type)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:860
Parameters
¶llvm::codeview::TypeIndex getType() const
llvm::codeview::TypeIndex getType() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:863