class ArgListRecord
Declaration
class ArgListRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:241
Inherits from: TypeRecord
Member Variables
- public std::vector<TypeIndex> ArgIndices
Inherited from TypeRecord:
Method Overview
- public ArgListRecord()
- public ArgListRecord(llvm::codeview::TypeRecordKind Kind)
- public ArgListRecord(llvm::codeview::TypeRecordKind Kind, ArrayRef<llvm::codeview::TypeIndex> Indices)
- public ArrayRef<llvm::codeview::TypeIndex> getIndices() const
Inherited from TypeRecord:
Methods
¶ArgListRecord()
ArgListRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:243
¶ArgListRecord(llvm::codeview::TypeRecordKind Kind)
ArgListRecord(llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:244
Parameters
- llvm::codeview::TypeRecordKind Kind
¶ArgListRecord(
llvm::codeview::TypeRecordKind Kind,
ArrayRef<llvm::codeview::TypeIndex> Indices)
ArgListRecord(
llvm::codeview::TypeRecordKind Kind,
ArrayRef<llvm::codeview::TypeIndex> Indices)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:246
Parameters
- llvm::codeview::TypeRecordKind Kind
- ArrayRef<llvm::codeview::TypeIndex> Indices
¶ArrayRef<llvm::codeview::TypeIndex> getIndices()
const
ArrayRef<llvm::codeview::TypeIndex> getIndices()
const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:249