class ListContinuationRecord

Declaration

class ListContinuationRecord : public TypeRecord { /* full declaration omitted */ };

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.

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:920

Inherits from: TypeRecord

Member Variables

public llvm::codeview::TypeIndex ContinuationIndex

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

ListContinuationRecord()

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:922

ListContinuationRecord(
    llvm::codeview::TypeRecordKind Kind)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:923

Parameters

llvm::codeview::TypeRecordKind Kind

ListContinuationRecord(
    llvm::codeview::TypeIndex ContinuationIndex)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:924

Parameters

llvm::codeview::TypeIndex ContinuationIndex

llvm::codeview::TypeIndex getContinuationIndex()
    const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:928