LLVM API Documentation

Public Member Functions | Public Attributes
llvm::MCRegisterInfo::DwarfLLVMRegPair Struct Reference

#include <MCRegisterInfo.h>

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

List of all members.

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


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