Lines Matching defs:getMachine
887 SlotTracker *ModuleSlotTracker::getMachine() {
903 // Using getMachine() may lazily create the slot tracker.
904 if (!getMachine())
4893 if (auto *ST = MST.getMachine())
4973 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
4994 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5011 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5038 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5070 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine());
5101 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule());
5123 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule()))
5196 &TypePrinter, MST.getMachine(), M, OS, &MD);
5199 std::make_unique<AsmWriterContext>(&TypePrinter, MST.getMachine(), M);