Home
last modified time | relevance | path

Searched refs:moduleWith (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp280 int Compiler::linkModule(llvm::Module *moduleWith) { in linkModule() argument
281 if (llvm::Linker::LinkModules(mModule, moduleWith, &mError) != 0) { in linkModule()