Searched refs:SystemZAsmPrinter (Results 1 – 4 of 4) sorted by relevance
22 class SystemZAsmPrinter; variable26 SystemZAsmPrinter &AsmPrinter;29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
165 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()172 uint32_t SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MCSymbol *Sym, in insert()199 SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MachineOperand MO) { in insert()216 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()779 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL()805 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP()841 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT()899 void SystemZAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER( in LowerPATCHABLE_FUNCTION_ENTER()932 void SystemZAsmPrinter::LowerPATCHABLE_RET(const MachineInstr &MI, in LowerPATCHABLE_RET()978 void SystemZAsmPrinter::emitAttributes(Module &M) { in emitAttributes()[all …]
26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {102 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
33 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()