Searched refs:MDKey (Results 1 – 2 of 2) sorted by relevance
313 std::string MDKey = (StringRef("wasm-feature-") + KV.Key).str(); in recordFeatures() local314 M.addModuleFlag(Module::ModFlagBehavior::Error, MDKey, in recordFeatures()
506 std::string MDKey = (StringRef("wasm-feature-") + Feature).str(); in EmitTargetFeatures() local507 Metadata *Policy = M.getModuleFlag(MDKey); in EmitTargetFeatures()