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

#include <TypeRecord.h>

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

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< VFTableSlotKindgetSlots () const
 
uint32_t getEntryCount () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

ArrayRef< VFTableSlotKindSlotsRef
 
std::vector< VFTableSlotKindSlots
 

Additional Inherited Members

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

Detailed Description

Definition at line 537 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 539 of file TypeRecord.h.

llvm::codeview::VFTableShapeRecord::VFTableShapeRecord ( ArrayRef< VFTableSlotKind Slots)
inlineexplicit

Definition at line 540 of file TypeRecord.h.

llvm::codeview::VFTableShapeRecord::VFTableShapeRecord ( std::vector< VFTableSlotKind Slots)
inlineexplicit

Definition at line 542 of file TypeRecord.h.

Member Function Documentation

uint32_t llvm::codeview::VFTableShapeRecord::getEntryCount ( ) const
inline

Definition at line 555 of file TypeRecord.h.

References getSlots(), and llvm::ArrayRef< T >::size().

ArrayRef<VFTableSlotKind> llvm::codeview::VFTableShapeRecord::getSlots ( ) const
inline

Definition at line 549 of file TypeRecord.h.

References llvm::ArrayRef< T >::empty(), Slots, and SlotsRef.

Referenced by getEntryCount().

bool VFTableShapeRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

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.

Member Data Documentation

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().


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