Searched defs:LinkModules (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkModules.cpp1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
350 /// ModuleLinker - This is an implementation class for the LinkModules
1322 // LinkModules entrypoint.
1325 /// LinkModules - This function links two modules together, with the resulting
1330 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, function in class:Linker
1348 LLVMBool Result = Linker::LinkModules(unwrap(Dest), unwrap(Src),

Completed in 67 milliseconds