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

For method overload sets. LF_METHOD. More...

#include <TypeRecord.h>

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

Public Member Functions

 OverloadedMethodRecord (TypeRecordKind Kind)
 
 OverloadedMethodRecord (uint16_t NumOverloads, TypeIndex MethodList, StringRef Name)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
uint16_t getNumOverloads () const
 
TypeIndex getMethodList () const
 
StringRef getName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

uint16_t NumOverloads
 
TypeIndex MethodList
 
StringRef Name
 

Additional Inherited Members

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

Detailed Description

For method overload sets. LF_METHOD.

Definition at line 766 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 768 of file TypeRecord.h.

llvm::codeview::OverloadedMethodRecord::OverloadedMethodRecord ( uint16_t  NumOverloads,
TypeIndex  MethodList,
StringRef  Name 
)
inline

Definition at line 769 of file TypeRecord.h.

Member Function Documentation

TypeIndex llvm::codeview::OverloadedMethodRecord::getMethodList ( ) const
inline

Definition at line 779 of file TypeRecord.h.

References MethodList.

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

Definition at line 780 of file TypeRecord.h.

References Name.

uint16_t llvm::codeview::OverloadedMethodRecord::getNumOverloads ( ) const
inline

Definition at line 778 of file TypeRecord.h.

References NumOverloads.

bool OverloadedMethodRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

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

Definition at line 180 of file TypeRecord.cpp.

References MethodList, and remapIndex().

Member Data Documentation

TypeIndex llvm::codeview::OverloadedMethodRecord::MethodList

Definition at line 782 of file TypeRecord.h.

Referenced by getMethodList(), and remapTypeIndices().

StringRef llvm::codeview::OverloadedMethodRecord::Name

Definition at line 783 of file TypeRecord.h.

Referenced by getName().

uint16_t llvm::codeview::OverloadedMethodRecord::NumOverloads

Definition at line 781 of file TypeRecord.h.

Referenced by getNumOverloads().


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