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

LF_INDEX - Used to chain two large LF_FIELDLIST or LF_METHODLIST records together. More...

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

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

Public Member Functions

 ListContinuationRecord ()=default
 
 ListContinuationRecord (TypeRecordKind Kind)
 
 ListContinuationRecord (TypeIndex ContinuationIndex)
 
TypeIndex getContinuationIndex () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

TypeIndex ContinuationIndex
 
- 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

LF_INDEX - Used to chain two large LF_FIELDLIST or LF_METHODLIST records together.

The first will end in an LF_INDEX record that points to the next.

Definition at line 915 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ ListContinuationRecord() [1/3]

llvm::codeview::ListContinuationRecord::ListContinuationRecord ( )
default

◆ ListContinuationRecord() [2/3]

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

Definition at line 918 of file TypeRecord.h.

◆ ListContinuationRecord() [3/3]

llvm::codeview::ListContinuationRecord::ListContinuationRecord ( TypeIndex  ContinuationIndex)
inline

Definition at line 919 of file TypeRecord.h.

Member Function Documentation

◆ getContinuationIndex()

TypeIndex llvm::codeview::ListContinuationRecord::getContinuationIndex ( ) const
inline

Definition at line 923 of file TypeRecord.h.

References ContinuationIndex.

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

Member Data Documentation

◆ ContinuationIndex

TypeIndex llvm::codeview::ListContinuationRecord::ContinuationIndex

Definition at line 925 of file TypeRecord.h.

Referenced by getContinuationIndex().


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