Lines Matching refs:ModuleSlotTracker
678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
682 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
688 ModuleSlotTracker::~ModuleSlotTracker() {} in ~ModuleSlotTracker()
690 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
703 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
3292 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
3296 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3351 ModuleSlotTracker &MST) { in printAsOperandImpl()
3375 ModuleSlotTracker MST(Machine, M); in printAsOperand()
3380 ModuleSlotTracker &MST) const { in printAsOperand()
3389 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
3409 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
3413 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
3420 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
3424 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()