<font size=2 face="sans-serif">Hello,</font><br><br><font size=2 face="sans-serif">I have several IR's I read using parseIRFile,
each with it's own module saved in LazyEmitLayer.addModuleSet.</font><br><font size=2 face="sans-serif">(as in Kaleidoscope/Orc/fully_lazy example)</font><br><font size=2 face="sans-serif">The modules are defined as std::unique_ptr<Module>
 and </font><br><font size=2 face="sans-serif">every time they are passed as a parameter
to a function std:move is called on them.</font><br><font size=2 face="sans-serif">IIUC I can not save pointers to the
modules because there is only one reference to each of them stored in LazyEmitLayer.</font><br><font size=2 face="sans-serif">Given a function name I want to get
the module it belongs to similar to findUnmangledSymbol function but instead
of returning </font><br><font size=2 face="sans-serif">JITSymbol I would like to get the module
the function is in.</font><br><font size=2 face="sans-serif">I haven't seen such function and before
implementing it I wonder if I've missed something.</font><br><br><font size=2 face="sans-serif">Thanks,</font><br><font size=2 face="sans-serif">Revital</font><BR>