class StringListRecord
Declaration
class StringListRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:255
Inherits from: TypeRecord
Member Variables
- public std::vector<TypeIndex> StringIndices
Inherited from TypeRecord:
Method Overview
- public StringListRecord()
- public StringListRecord(llvm::codeview::TypeRecordKind Kind)
- public StringListRecord(llvm::codeview::TypeRecordKind Kind, ArrayRef<llvm::codeview::TypeIndex> Indices)
- public ArrayRef<llvm::codeview::TypeIndex> getIndices() const
Inherited from TypeRecord:
Methods
¶StringListRecord()
StringListRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:257
¶StringListRecord(
llvm::codeview::TypeRecordKind Kind)
StringListRecord(
llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:258
Parameters
- llvm::codeview::TypeRecordKind Kind
¶StringListRecord(
llvm::codeview::TypeRecordKind Kind,
ArrayRef<llvm::codeview::TypeIndex> Indices)
StringListRecord(
llvm::codeview::TypeRecordKind Kind,
ArrayRef<llvm::codeview::TypeIndex> Indices)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:260
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:263