LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::StringListRecord Class Reference

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

Inheritance diagram for llvm::codeview::StringListRecord:
Inheritance graph
[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

Definition at line 253 of file TypeRecord.h.

◆ StringListRecord() [3/3]

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

Definition at line 255 of file TypeRecord.h.

Member Function Documentation

◆ getIndices()

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

Definition at line 258 of file TypeRecord.h.

References StringIndices.

Member Data Documentation

◆ StringIndices

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

Definition at line 260 of file TypeRecord.h.

Referenced by getIndices().


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