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

#include <TypeRecord.h>

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

Public Member Functions

 MemberFuncIdRecord (TypeRecordKind Kind)
 
 MemberFuncIdRecord (TypeIndex ClassType, TypeIndex FunctionType, StringRef Name)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
TypeIndex getClassType () const
 
TypeIndex getFunctionType () const
 
StringRef getName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

TypeIndex ClassType
 
TypeIndex FunctionType
 
StringRef Name
 

Additional Inherited Members

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

Detailed Description

Definition at line 220 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 222 of file TypeRecord.h.

llvm::codeview::MemberFuncIdRecord::MemberFuncIdRecord ( TypeIndex  ClassType,
TypeIndex  FunctionType,
StringRef  Name 
)
inline

Definition at line 223 of file TypeRecord.h.

Member Function Documentation

TypeIndex llvm::codeview::MemberFuncIdRecord::getClassType ( ) const
inline

Definition at line 232 of file TypeRecord.h.

References ClassType.

TypeIndex llvm::codeview::MemberFuncIdRecord::getFunctionType ( ) const
inline

Definition at line 233 of file TypeRecord.h.

References FunctionType.

StringRef llvm::codeview::MemberFuncIdRecord::getName ( ) const
inline

Definition at line 234 of file TypeRecord.h.

References Name.

bool MemberFuncIdRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

Returns false if a type index is not in the map.

Definition at line 59 of file TypeRecord.cpp.

References ClassType, remapIndex(), and Success.

Member Data Documentation

TypeIndex llvm::codeview::MemberFuncIdRecord::ClassType

Definition at line 235 of file TypeRecord.h.

Referenced by getClassType(), and remapTypeIndices().

TypeIndex llvm::codeview::MemberFuncIdRecord::FunctionType

Definition at line 236 of file TypeRecord.h.

Referenced by getFunctionType().

StringRef llvm::codeview::MemberFuncIdRecord::Name

Definition at line 237 of file TypeRecord.h.

Referenced by getName().


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