Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DLinker.h43 bool linkInModule(Module *Src, std::string *ErrorMsg) { in linkInModule() function
/external/llvm/lib/Linker/
DLinkModules.cpp1329 bool Linker::linkInModule(Module *Src, unsigned Mode, std::string *ErrorMsg) { in linkInModule() function in Linker