|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| FieldListRecord (TypeRecordKind Kind) | |
| FieldListRecord (ArrayRef< uint8_t > Data) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| ArrayRef< uint8_t > | Data |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 371 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 373 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 374 of file TypeRecord.h.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 379 of file TypeRecord.h.
| ArrayRef<uint8_t> llvm::codeview::FieldListRecord::Data |
Definition at line 381 of file TypeRecord.h.
1.8.6