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

/external/llvm/lib/Linker/
H A DLinkModules.cpp1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
379 /// ModuleLinker - This is an implementation class for the LinkModules
1596 // LinkModules entrypoint.
1599 /// LinkModules - This function links two modules together, with the resulting
1604 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, function in class:Linker
1617 LLVMBool Result = Linker::LinkModules(unwrap(Dest), unwrap(Src),
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp980 llvm::SetVector<clang::Module *> LinkModules; local
1017 LinkModules.insert(Mod);
1026 for (llvm::SetVector<clang::Module *>::iterator M = LinkModules.begin(),
1027 MEnd = LinkModules.end();

Completed in 1167 milliseconds