LLVM 19.0.0git
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
llvm::codeview::TypeRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::TypeRecord:
Inheritance graph
[legend]

Public Member Functions

TypeRecordKind getKind () const
 

Public Attributes

TypeRecordKind Kind
 

Protected Member Functions

 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 118 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ TypeRecord() [1/2]

llvm::codeview::TypeRecord::TypeRecord ( )
protecteddefault

◆ TypeRecord() [2/2]

llvm::codeview::TypeRecord::TypeRecord ( TypeRecordKind  Kind)
inlineexplicitprotected

Definition at line 121 of file TypeRecord.h.

Member Function Documentation

◆ getKind()

TypeRecordKind llvm::codeview::TypeRecord::getKind ( ) const
inline

Definition at line 124 of file TypeRecord.h.

References Kind.

Member Data Documentation

◆ Kind

TypeRecordKind llvm::codeview::TypeRecord::Kind

Definition at line 126 of file TypeRecord.h.

Referenced by getKind().


The documentation for this class was generated from the following file: