LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
ArgListRecord ()=default | |
ArgListRecord (TypeRecordKind Kind) | |
ArgListRecord (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 > | ArgIndices |
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 242 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 245 of file TypeRecord.h.
|
inline |
Definition at line 247 of file TypeRecord.h.
Definition at line 250 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
std::vector<TypeIndex> llvm::codeview::ArgListRecord::ArgIndices |
Definition at line 252 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::findChildren(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().