LLVM 20.0.0git
|
#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 667 of file TypeRecord.h.
Indices of known build info arguments.
Definition at line 677 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 670 of file TypeRecord.h.
Definition at line 671 of file TypeRecord.h.
Definition at line 674 of file TypeRecord.h.
References ArgIndices.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
SmallVector<TypeIndex, MaxArgs> llvm::codeview::BuildInfoRecord::ArgIndices |
Definition at line 686 of file TypeRecord.h.
Referenced by getArgs().