|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| VFPtrRecord (TypeRecordKind Kind) | |
| VFPtrRecord (TypeIndex Type) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getType () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Type |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 863 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 865 of file TypeRecord.h.
|
inline |
Definition at line 866 of file TypeRecord.h.
|
inline |
Definition at line 873 of file TypeRecord.h.
References Type.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 196 of file TypeRecord.cpp.
References remapIndex().
| TypeIndex llvm::codeview::VFPtrRecord::Type |
Definition at line 875 of file TypeRecord.h.
Referenced by getType().
1.8.6