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

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

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

Public Member Functions

 TypeServer2Record ()=default
 
 TypeServer2Record (TypeRecordKind Kind)
 
 TypeServer2Record (StringRef GuidStr, uint32_t Age, StringRef Name)
 
const GUIDgetGuid () const
 
uint32_t getAge () const
 
StringRef getName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

GUID Guid
 
uint32_t Age
 
StringRef Name
 
- Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind
 

Additional Inherited Members

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

Detailed Description

Definition at line 581 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ TypeServer2Record() [1/3]

llvm::codeview::TypeServer2Record::TypeServer2Record ( )
default

◆ TypeServer2Record() [2/3]

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

Definition at line 584 of file TypeRecord.h.

◆ TypeServer2Record() [3/3]

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

Member Function Documentation

◆ getAge()

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

Definition at line 592 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ getGuid()

const GUID& llvm::codeview::TypeServer2Record::getGuid ( ) const
inline

Definition at line 591 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ getName()

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

Definition at line 593 of file TypeRecord.h.

References Name.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

Member Data Documentation

◆ Age

uint32_t llvm::codeview::TypeServer2Record::Age

Definition at line 596 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ Guid

GUID llvm::codeview::TypeServer2Record::Guid

Definition at line 595 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ Name

StringRef llvm::codeview::TypeServer2Record::Name

Definition at line 597 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().


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