Lines Matching refs:ModuleSlotTracker
698 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
702 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
707 ModuleSlotTracker::~ModuleSlotTracker() {} in ~ModuleSlotTracker()
709 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
720 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
734 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
3322 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3396 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
3400 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3455 ModuleSlotTracker &MST) { in printAsOperandImpl()
3479 ModuleSlotTracker MST(Machine, M); in printAsOperand()
3484 ModuleSlotTracker &MST) const { in printAsOperand()
3493 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
3513 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
3517 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
3524 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
3528 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()