Searched refs:moduleWith (Results 1 – 1 of 1) sorted by relevance
231 int Compiler::linkModule(llvm::Module *moduleWith) { in linkModule() argument232 if (llvm::Linker::LinkModules(mModule, moduleWith, in linkModule()