Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DModule.cpp507 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in run() local
525 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()
526 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in run()
527 incorporateMDNode(MDForInst[i].second); in run()
528 MDForInst.clear(); in run()
DAsmWriter.cpp487 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in processFunction() local
512 I->getAllMetadata(MDForInst); in processFunction()
513 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in processFunction()
514 CreateMetadataSlot(MDForInst[i].second); in processFunction()
515 MDForInst.clear(); in processFunction()