reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/ModuleSlotTracker.h
   58   SlotTracker *getMachine();

References

lib/IR/AsmWriter.cpp
  847   if (!getMachine())
 4217   if (auto *ST = MST.getMachine())
 4296       MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
 4296       MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
 4324     WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr);
 4353   WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(),
 4375     if (printWithoutType(*this, O, MST.getMachine(), MST.getModule()))
 4388   WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M,
 4396   WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M);