Home | History | Annotate | Download | only in Linker

Lines Matching full:requirements

1283   // First build a map of the existing module flags and requirements.
1285 SmallSetVector<MDNode *, 16> Requirements;
1292 Requirements.insert(cast<MDNode>(Op->getOperand(2)));
1299 // requirements.
1314 if (Requirements.insert(cast<MDNode>(SrcOp->getOperand(2)))) {
1408 // Check all of the requirements.
1409 for (unsigned I = 0, E = Requirements.size(); I != E; ++I) {
1410 MDNode *Requirement = Requirements[I];