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

#include <TypeRecord.h>

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

Public Member Functions

 TypeServer2Record (TypeRecordKind Kind)
 
 TypeServer2Record (StringRef Guid, uint32_t Age, StringRef Name)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
StringRef getGuid () const
 
uint32_t getAge () const
 
StringRef getName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

StringRef Guid
 
uint32_t Age
 
StringRef Name
 

Additional Inherited Members

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

Detailed Description

Definition at line 561 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 563 of file TypeRecord.h.

llvm::codeview::TypeServer2Record::TypeServer2Record ( StringRef  Guid,
uint32_t  Age,
StringRef  Name 
)
inline

Definition at line 564 of file TypeRecord.h.

Member Function Documentation

uint32_t llvm::codeview::TypeServer2Record::getAge ( ) const
inline

Definition at line 574 of file TypeRecord.h.

References Age.

StringRef llvm::codeview::TypeServer2Record::getGuid ( ) const
inline

Definition at line 572 of file TypeRecord.h.

References Guid.

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

Definition at line 576 of file TypeRecord.h.

References Name.

bool TypeServer2Record::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

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

Definition at line 123 of file TypeRecord.cpp.

Member Data Documentation

uint32_t llvm::codeview::TypeServer2Record::Age

Definition at line 579 of file TypeRecord.h.

Referenced by getAge().

StringRef llvm::codeview::TypeServer2Record::Guid

Definition at line 578 of file TypeRecord.h.

Referenced by getGuid().

StringRef llvm::codeview::TypeServer2Record::Name

Definition at line 580 of file TypeRecord.h.

Referenced by getName().


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