|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"


Public Types | |
| enum | BuildInfoArg { CurrentDirectory, BuildTool, SourceFile, TypeServerPDB, CommandLine, MaxArgs } |
| Indices of known build info arguments. More... | |
Public Member Functions | |
| BuildInfoRecord ()=default | |
| BuildInfoRecord (TypeRecordKind Kind) | |
| BuildInfoRecord (ArrayRef< TypeIndex > ArgIndices) | |
| ArrayRef< TypeIndex > | getArgs () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| SmallVector< TypeIndex, MaxArgs > | 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 673 of file TypeRecord.h.
Indices of known build info arguments.
Definition at line 684 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 676 of file TypeRecord.h.
Definition at line 677 of file TypeRecord.h.
Definition at line 681 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
| SmallVector<TypeIndex, MaxArgs> llvm::codeview::BuildInfoRecord::ArgIndices |
Definition at line 693 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13