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

#include <TypeRecord.h>

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

Public Member Functions

 MethodOverloadListRecord (TypeRecordKind Kind)
 
 MethodOverloadListRecord (ArrayRef< OneMethodRecord > Methods)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
ArrayRef< OneMethodRecordgetMethods () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

std::vector< OneMethodRecordMethods
 

Additional Inherited Members

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

Detailed Description

Definition at line 751 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 753 of file TypeRecord.h.

llvm::codeview::MethodOverloadListRecord::MethodOverloadListRecord ( ArrayRef< OneMethodRecord Methods)
inline

Definition at line 754 of file TypeRecord.h.

Member Function Documentation

ArrayRef<OneMethodRecord> llvm::codeview::MethodOverloadListRecord::getMethods ( ) const
inline

Definition at line 761 of file TypeRecord.h.

References Methods.

bool MethodOverloadListRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

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

Definition at line 172 of file TypeRecord.cpp.

References Methods, and Success.

Member Data Documentation

std::vector<OneMethodRecord> llvm::codeview::MethodOverloadListRecord::Methods

Definition at line 762 of file TypeRecord.h.

Referenced by getMethods(), and remapTypeIndices().


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