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

#include <TypeRecord.h>

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

Public Member Functions

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

Public Attributes

TypeIndex Type
 
StringRef Name
 

Additional Inherited Members

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

Detailed Description

Definition at line 353 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 355 of file TypeRecord.h.

llvm::codeview::NestedTypeRecord::NestedTypeRecord ( TypeIndex  Type,
StringRef  Name 
)
inline

Definition at line 356 of file TypeRecord.h.

Member Function Documentation

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

Definition at line 364 of file TypeRecord.h.

References Name.

TypeIndex llvm::codeview::NestedTypeRecord::getNestedType ( ) const
inline

Definition at line 363 of file TypeRecord.h.

References Type.

bool NestedTypeRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

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

Definition at line 85 of file TypeRecord.cpp.

References remapIndex().

Member Data Documentation

StringRef llvm::codeview::NestedTypeRecord::Name

Definition at line 367 of file TypeRecord.h.

Referenced by getName().

TypeIndex llvm::codeview::NestedTypeRecord::Type

Definition at line 366 of file TypeRecord.h.

Referenced by getNestedType().


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