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

DwarfLLVMRegPair - Emitted by tablegen so Dwarf<->LLVM reg mappings can be performed with a binary search. More...

#include "llvm/MC/MCRegisterInfo.h"

Public Member Functions

bool operator< (DwarfLLVMRegPair RHS) const
 

Public Attributes

unsigned FromReg
 
unsigned ToReg
 

Detailed Description

DwarfLLVMRegPair - Emitted by tablegen so Dwarf<->LLVM reg mappings can be performed with a binary search.

Definition at line 149 of file MCRegisterInfo.h.

Member Function Documentation

◆ operator<()

bool llvm::MCRegisterInfo::DwarfLLVMRegPair::operator< ( DwarfLLVMRegPair  RHS) const
inline

Definition at line 153 of file MCRegisterInfo.h.

References FromReg, and RHS.

Member Data Documentation

◆ FromReg

unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::FromReg

Definition at line 150 of file MCRegisterInfo.h.

Referenced by operator<().

◆ ToReg

unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::ToReg

Definition at line 151 of file MCRegisterInfo.h.


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