LLVM: llvm::codeview::ListContinuationRecord Class Reference (original) (raw)

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

#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"

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

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 914 of file TypeRecord.h.

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

ListContinuationRecord() [2/3]

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

ListContinuationRecord() [3/3]

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

getContinuationIndex()

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

ContinuationIndex

TypeIndex llvm::codeview::ListContinuationRecord::ContinuationIndex


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