Lines Matching defs:MIRPrinter
1 //===- MIRPrinter.cpp - MIR serialization format printer ------------------===//
14 #include "llvm/CodeGen/MIRPrinter.h"
102 class MIRPrinter {
111 MIRPrinter(raw_ostream &OS, const MachineModuleInfo &MMI)
200 void MIRPrinter::print(const MachineFunction &MF) {
335 void MIRPrinter::convert(yaml::MachineFunction &YamlMF,
378 void MIRPrinter::convert(ModuleSlotTracker &MST,
410 void MIRPrinter::convertEntryValueObjects(yaml::MachineFunction &YMF,
423 void MIRPrinter::convertStackObjects(yaml::MachineFunction &YMF,
557 void MIRPrinter::convertCallSiteObjects(yaml::MachineFunction &YMF,
591 void MIRPrinter::convertMachineMetadataNodes(yaml::MachineFunction &YMF,
604 void MIRPrinter::convertCalledGlobals(yaml::MachineFunction &YMF,
627 void MIRPrinter::convert(yaml::MachineFunction &MF,
649 void MIRPrinter::convert(ModuleSlotTracker &MST,
668 void MIRPrinter::initRegisterMaskIds(const MachineFunction &MF) {
1067 MIRPrinter Printer(OS, MMI);