Lines Matching defs:getMachine
889 SlotTracker *ModuleSlotTracker::getMachine() {
905 // Using getMachine() may lazily create the slot tracker.
906 if (!getMachine())
4932 if (auto *ST = MST.getMachine())
5012 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5033 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5050 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5077 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
5109 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine());
5140 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule());
5162 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule()))
5235 &TypePrinter, MST.getMachine(), M, OS, &MD);
5238 std::make_unique<AsmWriterContext>(&TypePrinter, MST.getMachine(), M);