|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
| StringListRecord ()=default | |
| StringListRecord (TypeRecordKind Kind) | |
| StringListRecord (TypeRecordKind Kind, ArrayRef< TypeIndex > Indices) | |
| ArrayRef< TypeIndex > | getIndices () const |
| Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| std::vector< TypeIndex > | StringIndices |
| 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) | |
Definition at line 250 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 253 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 255 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, StringIndices, and llvm::codeview::TypeRecord::TypeRecord().
Definition at line 258 of file TypeRecord.h.
References StringIndices.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
| std::vector<TypeIndex> llvm::codeview::StringListRecord::StringIndices |
Definition at line 260 of file TypeRecord.h.
Referenced by getIndices(), and StringListRecord().