LLVM
8.0.1
|
LF_INDEX - Used to chain two large LF_FIELDLIST or LF_METHODLIST records together. More...
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
ListContinuationRecord ()=default | |
ListContinuationRecord (TypeRecordKind Kind) | |
ListContinuationRecord (TypeIndex ContinuationIndex) | |
TypeIndex | getContinuationIndex () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | ContinuationIndex |
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) | |
LF_INDEX - Used to chain two large LF_FIELDLIST or LF_METHODLIST records together.
The first will end in an LF_INDEX record that points to the next.
Definition at line 921 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 924 of file TypeRecord.h.
|
inline |
Definition at line 925 of file TypeRecord.h.
|
inline |
Definition at line 929 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
TypeIndex llvm::codeview::ListContinuationRecord::ContinuationIndex |
Definition at line 931 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().