Searched refs:SystemZAsmPrinter (Results 1 – 4 of 4) sorted by relevance
23 class SystemZAsmPrinter; variable27 SystemZAsmPrinter &AsmPrinter;30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
69 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()171 void SystemZAsmPrinter::185 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()202 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()213 void SystemZAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()238 RegisterAsmPrinter<SystemZAsmPrinter> X(TheSystemZTarget); in LLVMInitializeSystemZAsmPrinter()
24 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {29 SystemZAsmPrinter(TargetMachine &TM, MCStreamer &Streamer) in SystemZAsmPrinter() function
30 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()