class ArgListRecord

Declaration

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

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

Inherits from: TypeRecord

Member Variables

public std::vector<TypeIndex> ArgIndices

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

ArgListRecord()

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

ArgListRecord(llvm::codeview::TypeRecordKind Kind)

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

Parameters

llvm::codeview::TypeRecordKind Kind

ArgListRecord(
    llvm::codeview::TypeRecordKind Kind,
    ArrayRef<llvm::codeview::TypeIndex> Indices)

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

Parameters

llvm::codeview::TypeRecordKind Kind
ArrayRef<llvm::codeview::TypeIndex> Indices

ArrayRef<llvm::codeview::TypeIndex> getIndices()
    const

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