LLVM 22.0.0git
llvm::codeview::StringListRecord Class Reference

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

Inheritance diagram for llvm::codeview::StringListRecord:
[legend]

Public Member Functions

 StringListRecord ()=default
 StringListRecord (TypeRecordKind Kind)
 StringListRecord (TypeRecordKind Kind, ArrayRef< TypeIndex > Indices)
ArrayRef< TypeIndexgetIndices () const
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const

Public Attributes

std::vector< TypeIndexStringIndices
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

Definition at line 250 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ StringListRecord() [1/3]

llvm::codeview::StringListRecord::StringListRecord ( )
default

◆ StringListRecord() [2/3]

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

◆ StringListRecord() [3/3]

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

Member Function Documentation

◆ getIndices()

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

Definition at line 258 of file TypeRecord.h.

References StringIndices.

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

Member Data Documentation

◆ StringIndices

std::vector<TypeIndex> llvm::codeview::StringListRecord::StringIndices

Definition at line 260 of file TypeRecord.h.

Referenced by getIndices(), and StringListRecord().


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