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