Home | History | Annotate | Download | only in AArch64

Lines Matching defs:AArch64MCInstLower

1 //==-- AArch64MCInstLower.cpp - Convert AArch64 MachineInstr to an MCInst --==//
15 #include "AArch64MCInstLower.h"
31 AArch64MCInstLower::AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer)
35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
40 AArch64MCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const {
44 MCOperand AArch64MCInstLower::lowerSymbolOperandDarwin(const MachineOperand &MO,
79 MCOperand AArch64MCInstLower::lowerSymbolOperandELF(const MachineOperand &MO,
154 MCOperand AArch64MCInstLower::LowerSymbolOperand(const MachineOperand &MO,
163 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO,
207 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {