Lines Matching refs:ModuleSlotTracker
876 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
880 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
885 ModuleSlotTracker::~ModuleSlotTracker() = default;
887 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
902 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
916 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
921 void ModuleSlotTracker::setProcessHook( in setProcessHook()
927 void ModuleSlotTracker::setProcessHook( in setProcessHook()
4889 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4958 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
4964 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
4968 void DbgMarker::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4985 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
4989 void DbgVariableRecord::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
5006 void DbgLabelRecord::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
5029 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
5033 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
5094 ModuleSlotTracker &MST) { in printAsOperandImpl()
5116 ModuleSlotTracker MST(Machine, M); in printAsOperand()
5121 ModuleSlotTracker &MST) const { in printAsOperand()
5187 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
5212 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
5216 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
5223 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
5227 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
5233 ModuleSlotTracker MST(M, true); in printTree()
5238 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, in printTree()
5251 void ModuleSlotTracker::collectMDNodes(MachineMDNodeListType &L, unsigned LB, in collectMDNodes()