|
LLVM
4.0.0
|
#include <TypeRecord.h>
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) | |
Definition at line 135 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 137 of file TypeRecord.h.
|
inline |
Definition at line 138 of file TypeRecord.h.
|
inline |
Definition at line 146 of file TypeRecord.h.
References ModifiedType.
|
inline |
Definition at line 147 of file TypeRecord.h.
References Modifiers.
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().
| 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().
1.8.6