LLVM  3.7.0
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 <MCRegisterInfo.h>

Collaboration diagram for llvm::MCRegisterInfo::DwarfLLVMRegPair:
[legend]

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 141 of file MCRegisterInfo.h.

Member Function Documentation

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

Definition at line 145 of file MCRegisterInfo.h.

References FromReg.

Member Data Documentation

unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::FromReg
unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::ToReg

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