Lines Matching refs:NamedMDNode
474 const NamedMDNode *NMD = I;
1351 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) {
2136 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2217 // NamedMDNode::dump() - Allow printing of NamedMDNodes from the debugger.
2218 void NamedMDNode::dump() const { print(dbgs(), 0); }