Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:NodeId

877 static MDString *AppendMDNodeToSourcePtr(unsigned NodeId,
887 if (!(Node = Inst->getMetadata(NodeId))) {
901 Inst->setMetadata(NodeId, MDNode::get(Inst->getContext(),Hash));
935 static void AppendMDNodeToInstForPtr(unsigned NodeId,
950 Inst->setMetadata(NodeId, Node);