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

#include <TypeRecord.h>

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

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)
 

Detailed Description

Definition at line 863 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 865 of file TypeRecord.h.

llvm::codeview::VFPtrRecord::VFPtrRecord ( TypeIndex  Type)
inline

Definition at line 866 of file TypeRecord.h.

Member Function Documentation

TypeIndex llvm::codeview::VFPtrRecord::getType ( ) const
inline

Definition at line 873 of file TypeRecord.h.

References Type.

bool VFPtrRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

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

Member Data Documentation

TypeIndex llvm::codeview::VFPtrRecord::Type

Definition at line 875 of file TypeRecord.h.

Referenced by getType().


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