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

#include <TypeRecord.h>

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

Public Member Functions

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

Public Attributes

TypeIndex ParentScope
 
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 602 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 604 of file TypeRecord.h.

llvm::codeview::FuncIdRecord::FuncIdRecord ( TypeIndex  ParentScope,
TypeIndex  FunctionType,
StringRef  Name 
)
inline

Definition at line 605 of file TypeRecord.h.

Member Function Documentation

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

Definition at line 615 of file TypeRecord.h.

References FunctionType.

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

Definition at line 617 of file TypeRecord.h.

References Name.

TypeIndex llvm::codeview::FuncIdRecord::getParentScope ( ) const
inline

Definition at line 613 of file TypeRecord.h.

References ParentScope.

bool FuncIdRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

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

Definition at line 131 of file TypeRecord.cpp.

References ParentScope, remapIndex(), and Success.

Member Data Documentation

TypeIndex llvm::codeview::FuncIdRecord::FunctionType

Definition at line 620 of file TypeRecord.h.

Referenced by getFunctionType().

StringRef llvm::codeview::FuncIdRecord::Name

Definition at line 621 of file TypeRecord.h.

Referenced by getName().

TypeIndex llvm::codeview::FuncIdRecord::ParentScope

Definition at line 619 of file TypeRecord.h.

Referenced by getParentScope(), and remapTypeIndices().


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