Lines Matching refs:DPValue
295 static const Module *getModuleFromDPI(const DPValue *DPV) { in getModuleFromDPI()
864 void processDPValueMetadata(const DPValue &DPV);
1133 for (const DPValue &DPV : I.getDbgValueRange()) in processFunctionMetadata()
1140 void SlotTracker::processDPValueMetadata(const DPValue &DPV) { in processDPValueMetadata()
2668 void printDPValue(const DPValue &DPI);
4563 for (const DPValue &DPI2 : Marker.StoredDPValues) { in printDPMarker()
4574 void AssemblyWriter::printDPValue(const DPValue &Value) { in printDPValue()
4580 case DPValue::LocationType::Value: in printDPValue()
4583 case DPValue::LocationType::Declare: in printDPValue()
4586 case DPValue::LocationType::Assign: in printDPValue()
4853 void DPValue::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4876 void DPValue::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
5145 void DPValue::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; } in dump()