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

#include <TypeRecord.h>

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

Public Member Functions

 ModifierRecord (TypeRecordKind Kind)
 
 ModifierRecord (TypeIndex ModifiedType, ModifierOptions Modifiers)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
TypeIndex getModifiedType () const
 
ModifierOptions getModifiers () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

TypeIndex ModifiedType
 
ModifierOptions Modifiers
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 135 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 137 of file TypeRecord.h.

llvm::codeview::ModifierRecord::ModifierRecord ( TypeIndex  ModifiedType,
ModifierOptions  Modifiers 
)
inline

Definition at line 138 of file TypeRecord.h.

Member Function Documentation

TypeIndex llvm::codeview::ModifierRecord::getModifiedType ( ) const
inline

Definition at line 146 of file TypeRecord.h.

References ModifiedType.

ModifierOptions llvm::codeview::ModifierRecord::getModifiers ( ) const
inline

Definition at line 147 of file TypeRecord.h.

References Modifiers.

bool ModifierRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

Returns false if a type index is not in the map.

Definition at line 39 of file TypeRecord.cpp.

References ModifiedType, and remapIndex().

Member Data Documentation

TypeIndex llvm::codeview::ModifierRecord::ModifiedType

Definition at line 149 of file TypeRecord.h.

Referenced by getModifiedType(), and remapTypeIndices().

ModifierOptions llvm::codeview::ModifierRecord::Modifiers

Definition at line 150 of file TypeRecord.h.

Referenced by getModifiers().


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