class StringListRecord

Declaration

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

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

Inherits from: TypeRecord

Member Variables

public std::vector<TypeIndex> StringIndices

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

StringListRecord()

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

StringListRecord(
    llvm::codeview::TypeRecordKind Kind)

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

Parameters

llvm::codeview::TypeRecordKind Kind

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

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

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:258