|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| VFTableShapeRecord (TypeRecordKind Kind) | |
| VFTableShapeRecord (ArrayRef< VFTableSlotKind > Slots) | |
| VFTableShapeRecord (std::vector< VFTableSlotKind > Slots) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| ArrayRef< VFTableSlotKind > | getSlots () const |
| uint32_t | getEntryCount () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| ArrayRef< VFTableSlotKind > | SlotsRef |
| std::vector< VFTableSlotKind > | Slots |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 537 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 539 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 540 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 542 of file TypeRecord.h.
|
inline |
Definition at line 555 of file TypeRecord.h.
References getSlots(), and llvm::ArrayRef< T >::size().
|
inline |
Definition at line 549 of file TypeRecord.h.
References llvm::ArrayRef< T >::empty(), Slots, and SlotsRef.
Referenced by getEntryCount().
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 119 of file TypeRecord.cpp.
| std::vector<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::Slots |
Definition at line 557 of file TypeRecord.h.
Referenced by getSlots().
| ArrayRef<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::SlotsRef |
Definition at line 556 of file TypeRecord.h.
Referenced by getSlots().
1.8.6