LLVM 20.0.0git
|
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 |
DwarfLLVMRegPair - Emitted by tablegen so Dwarf<->LLVM reg mappings can be performed with a binary search.
Definition at line 152 of file MCRegisterInfo.h.
|
inline |
Definition at line 156 of file MCRegisterInfo.h.
unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::FromReg |
Definition at line 153 of file MCRegisterInfo.h.
Referenced by operator<().
unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::ToReg |
Definition at line 154 of file MCRegisterInfo.h.