HomeSort by relevance Sort by last modified time
    Searched refs:MDForInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
TypeFinder.cpp 43 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
69 I.getAllMetadataOtherThanDebugLoc(MDForInst);
70 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
71 incorporateMDNode(MDForInst[i].second);
73 MDForInst.clear();
AsmWriter.cpp 534 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
569 I->getAllMetadata(MDForInst);
570 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
571 CreateMetadataSlot(MDForInst[i].second);
572 MDForInst.clear();
    [all...]

Completed in 70 milliseconds