50 std::string *ErrorMsg);
The main container class for the LLVM Intermediate Representation.
bool linkInModule(Module *Src, std::string *ErrorMsg)
static bool LinkModules(Module *Dest, Module *Src, unsigned Mode, std::string *ErrorMsg)
bool linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg)
Link Src into the composite. The source is destroyed if Mode is DestroySource and preserved if it is ...
Module * getModule() const