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

  /external/llvm/lib/VMCore/
Module.cpp 507 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
525 I.getAllMetadataOtherThanDebugLoc(MDForInst);
526 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
527 incorporateMDNode(MDForInst[i].second);
528 MDForInst.clear();
AsmWriter.cpp 487 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
512 I->getAllMetadata(MDForInst);
513 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
514 CreateMetadataSlot(MDForInst[i].second);
515 MDForInst.clear();
    [all...]

Completed in 160 milliseconds