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

/external/llvm/include/llvm/
H A DLinker.h42 bool linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg);
43 bool linkInModule(Module *Src, std::string *ErrorMsg) { function in class:llvm::Linker
44 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1329 bool Linker::linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg) { function in class:Linker
1351 return L.linkInModule(Src, Mode, ErrorMsg);

Completed in 313 milliseconds