Collect the instantiation failed module.
| 137 | |
| 138 | /// Collect the instantiation failed module. |
| 139 | void recycleModule(std::unique_ptr<Instance::ModuleInstance> &&Mod) { |
| 140 | FailedMod = std::move(Mod); |
| 141 | } |
| 142 | |
| 143 | /// \name Module name mapping. |
| 144 | std::map<std::string, const Instance::ModuleInstance *, std::less<>> NamedMod; |