Lines Matching defs:allowed
576 SmallSet<std::string, 8> &allowed = out.targetFeaturesSec->features;
583 allowed.insert("mutable-globals");
588 allowed.insert(extraFeatures.begin(), extraFeatures.end());
596 allowed.insert(explicitFeatures.begin(), explicitFeatures.end());
627 allowed.insert(std::string(key));
639 if (!allowed.count(feature))
646 if (!allowed.count(feature))
651 // Validate that used features are allowed in output
654 if (!allowed.count(std::string(feature)))
656 used[feature] + " is not allowed.");
683 (ctx.arg.memoryImport.has_value() && !allowed.count("bulk-memory")))
686 if (allowed.count("extended-const"))
689 for (auto &feature : allowed)