Searched refs:moduleWith (Results 1 – 1 of 1) sorted by relevance
280 int Compiler::linkModule(llvm::Module *moduleWith) { in linkModule() argument281 if (llvm::Linker::LinkModules(mModule, moduleWith, &mError) != 0) { in linkModule()