Home | History | Annotate | Download | only in Linker

Lines Matching refs:Requirements

1255   // First build a map of the existing module flags and requirements.
1257 SmallSetVector<MDNode*, 16> Requirements;
1264 Requirements.insert(cast<MDNode>(Op->getOperand(2)));
1271 // requirements.
1284 if (Requirements.insert(cast<MDNode>(SrcOp->getOperand(2)))) {
1377 // Check all of the requirements.
1378 for (unsigned I = 0, E = Requirements.size(); I != E; ++I) {
1379 MDNode *Requirement = Requirements[I];