LLVM  4.0.0
Public Member Functions | List of all members
llvm::LanaiMCInstLower Class Reference

#include <LanaiMCInstLower.h>

Public Member Functions

 LanaiMCInstLower (MCContext &CTX, AsmPrinter &AP)
 
void Lower (const MachineInstr *MI, MCInst &OutMI) const
 
MCOperand LowerSymbolOperand (const MachineOperand &MO, MCSymbol *Sym) const
 
MCSymbolGetGlobalAddressSymbol (const MachineOperand &MO) const
 
MCSymbolGetBlockAddressSymbol (const MachineOperand &MO) const
 
MCSymbolGetExternalSymbolSymbol (const MachineOperand &MO) const
 
MCSymbolGetJumpTableSymbol (const MachineOperand &MO) const
 
MCSymbolGetConstantPoolIndexSymbol (const MachineOperand &MO) const
 

Detailed Description

Definition at line 28 of file LanaiMCInstLower.h.

Constructor & Destructor Documentation

llvm::LanaiMCInstLower::LanaiMCInstLower ( MCContext CTX,
AsmPrinter AP 
)
inline

Definition at line 34 of file LanaiMCInstLower.h.

Member Function Documentation

MCSymbol * LanaiMCInstLower::GetBlockAddressSymbol ( const MachineOperand MO) const
MCSymbol * LanaiMCInstLower::GetConstantPoolIndexSymbol ( const MachineOperand MO) const
MCSymbol * LanaiMCInstLower::GetExternalSymbolSymbol ( const MachineOperand MO) const
MCSymbol * LanaiMCInstLower::GetGlobalAddressSymbol ( const MachineOperand MO) const

Definition at line 34 of file LanaiMCInstLower.cpp.

References llvm::MachineOperand::getGlobal(), and llvm::AsmPrinter::getSymbol().

Referenced by Lower().

MCSymbol * LanaiMCInstLower::GetJumpTableSymbol ( const MachineOperand MO) const
void LanaiMCInstLower::Lower ( const MachineInstr MI,
MCInst OutMI 
) const
MCOperand LanaiMCInstLower::LowerSymbolOperand ( const MachineOperand MO,
MCSymbol Sym 
) const

The documentation for this class was generated from the following files: