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;
72 I.getAllMetadataOtherThanDebugLoc(MDForInst);
73 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
74 incorporateMDNode(MDForInst[i].second);
76 MDForInst.clear();
AsmWriter.cpp 511 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
546 I->getAllMetadata(MDForInst);
547 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
548 CreateMetadataSlot(MDForInst[i].second);
549 MDForInst.clear();
    [all...]

Completed in 291 milliseconds