LLVM API Documentation
#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 141 of file MCRegisterInfo.h.
bool llvm::MCRegisterInfo::DwarfLLVMRegPair::operator< | ( | DwarfLLVMRegPair | RHS | ) | const [inline] |
Definition at line 145 of file MCRegisterInfo.h.
References FromReg.
Definition at line 142 of file MCRegisterInfo.h.
Referenced by llvm::MCRegisterInfo::getDwarfRegNum(), llvm::MCRegisterInfo::getLLVMRegNum(), and operator<().
Definition at line 143 of file MCRegisterInfo.h.
Referenced by llvm::MCRegisterInfo::getDwarfRegNum(), and llvm::MCRegisterInfo::getLLVMRegNum().