LLVM  8.0.1
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 "llvm/MC/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 135 of file MCRegisterInfo.h.

Member Function Documentation

◆ operator<()

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

Definition at line 139 of file MCRegisterInfo.h.

References FromReg.

Member Data Documentation

◆ FromReg

unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::FromReg

◆ ToReg

unsigned llvm::MCRegisterInfo::DwarfLLVMRegPair::ToReg

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