LLVM
8.0.1
|
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 135 of file MCRegisterInfo.h.
|
inline |
Definition at line 139 of file MCRegisterInfo.h.
References FromReg.
unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::FromReg |
Definition at line 136 of file MCRegisterInfo.h.
Referenced by llvm::MCRegisterInfo::getDwarfRegNum(), llvm::MCRegisterInfo::getLLVMRegNum(), llvm::MCRegisterInfo::getLLVMRegNumFromEH(), and operator<().
unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::ToReg |
Definition at line 137 of file MCRegisterInfo.h.
Referenced by llvm::MCRegisterInfo::getDwarfRegNum(), llvm::MCRegisterInfo::getLLVMRegNum(), and llvm::MCRegisterInfo::getLLVMRegNumFromEH().