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

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

Inheritance diagram for llvm::codeview::EndPrecompRecord:
Inheritance graph
[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 946 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

Definition at line 949 of file TypeRecord.h.

Member Function Documentation

◆ getSignature()

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

Definition at line 951 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 953 of file TypeRecord.h.

Referenced by getSignature().


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