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

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

Inheritance diagram for llvm::codeview::ArgListRecord:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

std::vector< TypeIndexArgIndices
 
- 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 236 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ ArgListRecord() [1/3]

llvm::codeview::ArgListRecord::ArgListRecord ( )
default

◆ ArgListRecord() [2/3]

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

Definition at line 239 of file TypeRecord.h.

◆ ArgListRecord() [3/3]

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

Definition at line 241 of file TypeRecord.h.

Member Function Documentation

◆ getIndices()

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

Definition at line 244 of file TypeRecord.h.

References ArgIndices.

Member Data Documentation

◆ ArgIndices

std::vector<TypeIndex> llvm::codeview::ArgListRecord::ArgIndices

Definition at line 246 of file TypeRecord.h.

Referenced by llvm::pdb::NativeTypeFunctionSig::findChildren(), and getIndices().


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