LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::FieldListRecord Class Reference

#include <TypeRecord.h>

Inheritance diagram for llvm::codeview::FieldListRecord:
[legend]
Collaboration diagram for llvm::codeview::FieldListRecord:
[legend]

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)
 

Detailed Description

Definition at line 371 of file TypeRecord.h.

Constructor & Destructor Documentation

llvm::codeview::FieldListRecord::FieldListRecord ( TypeRecordKind  Kind)
inlineexplicit

Definition at line 373 of file TypeRecord.h.

llvm::codeview::FieldListRecord::FieldListRecord ( ArrayRef< uint8_t >  Data)
inlineexplicit

Definition at line 374 of file TypeRecord.h.

Member Function Documentation

bool llvm::codeview::FieldListRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)
inline

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.

Member Data Documentation

ArrayRef<uint8_t> llvm::codeview::FieldListRecord::Data

Definition at line 381 of file TypeRecord.h.


The documentation for this class was generated from the following file: