LLVM 22.0.0git
llvm::codeview::EndPrecompRecord Class Reference

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

Inheritance diagram for llvm::codeview::EndPrecompRecord:
[legend]

Public Member Functions

 EndPrecompRecord ()=default
 EndPrecompRecord (TypeRecordKind Kind)
uint32_t getSignature () const
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const

Public Attributes

uint32_t Signature = 0
Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind

Additional Inherited Members

Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 TypeRecord (TypeRecordKind Kind)

Detailed Description

Definition at line 945 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ EndPrecompRecord() [1/2]

llvm::codeview::EndPrecompRecord::EndPrecompRecord ( )
default

◆ EndPrecompRecord() [2/2]

llvm::codeview::EndPrecompRecord::EndPrecompRecord ( TypeRecordKind Kind)
inlineexplicit

Member Function Documentation

◆ getSignature()

uint32_t llvm::codeview::EndPrecompRecord::getSignature ( ) const
inline

Definition at line 950 of file TypeRecord.h.

References Signature.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

Member Data Documentation

◆ Signature

uint32_t llvm::codeview::EndPrecompRecord::Signature = 0

Definition at line 952 of file TypeRecord.h.

Referenced by getSignature().


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