LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::MCRegisterInfo::DwarfLLVMRegPair Struct Reference

#include <MCRegisterInfo.h>

Collaboration diagram for llvm::MCRegisterInfo::DwarfLLVMRegPair:
Collaboration graph
[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: