class TypeRecord
Declaration
class TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:123
Member Variables
- public llvm::codeview::TypeRecordKind Kind
Method Overview
- protected TypeRecord()
- protected TypeRecord(llvm::codeview::TypeRecordKind Kind)
- public llvm::codeview::TypeRecordKind getKind() const
Methods
¶TypeRecord()
TypeRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:125
¶TypeRecord(llvm::codeview::TypeRecordKind Kind)
TypeRecord(llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:126
Parameters
- llvm::codeview::TypeRecordKind Kind
¶llvm::codeview::TypeRecordKind getKind() const
llvm::codeview::TypeRecordKind getKind() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:129