Lines Matching refs:ModuleSlotTracker
819 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
823 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
828 ModuleSlotTracker::~ModuleSlotTracker() = default;
830 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
841 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
855 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
4081 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4155 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4159 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4214 ModuleSlotTracker &MST) { in printAsOperandImpl()
4236 ModuleSlotTracker MST(Machine, M); in printAsOperand()
4241 ModuleSlotTracker &MST) const { in printAsOperand()
4250 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
4268 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
4272 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
4279 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
4283 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()