Searched refs:MDForInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DTypeFinder.cpp43 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; local
69 I.getAllMetadataOtherThanDebugLoc(MDForInst);
70 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
71 incorporateMDNode(MDForInst[i].second);
73 MDForInst.clear();
H A DAsmWriter.cpp493 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; local
518 I->getAllMetadata(MDForInst);
519 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
520 CreateMetadataSlot(MDForInst[i].second);
521 MDForInst.clear();

Completed in 106 milliseconds