LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::RegisterSym Class Reference

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

Inheritance diagram for llvm::codeview::RegisterSym:
Inheritance graph
[legend]

Public Member Functions

 RegisterSym (SymbolRecordKind Kind)
 
 RegisterSym (uint32_t RecordOffset)
 
- Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const
 

Public Attributes

TypeIndex Index
 
RegisterId Register
 
StringRef Name
 
uint32_t RecordOffset = 0
 
- Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::SymbolRecord
 SymbolRecord (SymbolRecordKind Kind)
 

Detailed Description

Definition at line 398 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ RegisterSym() [1/2]

llvm::codeview::RegisterSym::RegisterSym ( SymbolRecordKind  Kind)
inlineexplicit

Definition at line 400 of file SymbolRecord.h.

◆ RegisterSym() [2/2]

llvm::codeview::RegisterSym::RegisterSym ( uint32_t  RecordOffset)
inlineexplicit

Definition at line 401 of file SymbolRecord.h.

Member Data Documentation

◆ Index

TypeIndex llvm::codeview::RegisterSym::Index

Definition at line 405 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::RegisterSym::Name

Definition at line 407 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::RegisterSym::RecordOffset = 0

Definition at line 409 of file SymbolRecord.h.

◆ Register

RegisterId llvm::codeview::RegisterSym::Register

Definition at line 406 of file SymbolRecord.h.


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