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

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

Public Member Functions

 CPURegister ()=delete
 
 CPURegister (CPUType Cpu, codeview::RegisterId Reg)
 

Public Attributes

CPUType Cpu
 
RegisterId Reg
 

Detailed Description

Definition at line 539 of file CodeView.h.

Constructor & Destructor Documentation

◆ CPURegister() [1/2]

llvm::codeview::CPURegister::CPURegister ( )
delete

◆ CPURegister() [2/2]

llvm::codeview::CPURegister::CPURegister ( CPUType  Cpu,
codeview::RegisterId  Reg 
)
inline

Definition at line 541 of file CodeView.h.

References Cpu, and Reg.

Member Data Documentation

◆ Cpu

CPUType llvm::codeview::CPURegister::Cpu

Definition at line 545 of file CodeView.h.

Referenced by CPURegister(), and llvm::pdb::operator<<().

◆ Reg

RegisterId llvm::codeview::CPURegister::Reg

Definition at line 546 of file CodeView.h.

Referenced by CPURegister(), and llvm::pdb::operator<<().


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