|
LLVM
4.0.0
|
DwarfLLVMRegPair - Emitted by tablegen so Dwarf<->LLVM reg mappings can be performed with a binary search. More...
#include <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 142 of file MCRegisterInfo.h.
|
inline |
Definition at line 146 of file MCRegisterInfo.h.
References FromReg.
| unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::FromReg |
Definition at line 143 of file MCRegisterInfo.h.
Referenced by llvm::MCRegisterInfo::getDwarfRegNum(), llvm::MCRegisterInfo::getLLVMRegNum(), and operator<().
| unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::ToReg |
Definition at line 144 of file MCRegisterInfo.h.
Referenced by llvm::MCRegisterInfo::getDwarfRegNum(), and llvm::MCRegisterInfo::getLLVMRegNum().
1.8.6