Lines Matching refs:MSP430AsmPrinter
42 class MSP430AsmPrinter : public AsmPrinter { class
44 MSP430AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in MSP430AsmPrinter() function in __anonb8a806bf0111::MSP430AsmPrinter
66 void MSP430AsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
78 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
107 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand()
129 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
139 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
151 void MSP430AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
159 void MSP430AsmPrinter::EmitInterruptVectorSection(MachineFunction &ISR) { in EmitInterruptVectorSection()
176 bool MSP430AsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
189 RegisterAsmPrinter<MSP430AsmPrinter> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmPrinter()