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