LLVM: llvm::codeview::CPURegister Struct Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/CodeView.h](CodeView%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
CPUType Cpu
RegisterId Reg

Detailed Description

Definition at line 511 of file CodeView.h.

Constructor & Destructor Documentation

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

CPURegister() [2/2]

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

Definition at line 513 of file CodeView.h.

References Cpu, and Reg.

Member Data Documentation

Cpu

CPUType llvm::codeview::CPURegister::Cpu

Definition at line 517 of file CodeView.h.

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

Reg

RegisterId llvm::codeview::CPURegister::Reg

Definition at line 518 of file CodeView.h.

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


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