LLVM 19.0.0git
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]

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 = 0
 
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 575 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 578 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 586 of file TypeRecord.h.

References Age.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

◆ getGuid()

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

Definition at line 585 of file TypeRecord.h.

References Guid.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

◆ getName()

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

Definition at line 587 of file TypeRecord.h.

References Name.

Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().

Member Data Documentation

◆ Age

uint32_t llvm::codeview::TypeServer2Record::Age = 0

Definition at line 590 of file TypeRecord.h.

Referenced by getAge().

◆ Guid

GUID llvm::codeview::TypeServer2Record::Guid = {}

Definition at line 589 of file TypeRecord.h.

Referenced by getGuid(), and TypeServer2Record().

◆ Name

StringRef llvm::codeview::TypeServer2Record::Name

Definition at line 591 of file TypeRecord.h.

Referenced by getName().


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