|
LLVM
4.0.0
|
LF_INDEX - Used to chain two large LF_FIELDLIST or LF_METHODLIST records together. More...
#include <TypeRecord.h>
Public Member Functions | |
| ListContinuationRecord (TypeRecordKind Kind) | |
| ListContinuationRecord (TypeIndex ContinuationIndex) | |
| TypeIndex | getContinuationIndex () const |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | ContinuationIndex |
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 936 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 938 of file TypeRecord.h.
|
inline |
Definition at line 939 of file TypeRecord.h.
|
inline |
Definition at line 943 of file TypeRecord.h.
References ContinuationIndex.
Definition at line 211 of file TypeRecord.cpp.
References ContinuationIndex, and remapIndex().
| TypeIndex llvm::codeview::ListContinuationRecord::ContinuationIndex |
Definition at line 947 of file TypeRecord.h.
Referenced by getContinuationIndex(), and remapTypeIndices().
1.8.6