Searched refs:LinkInModules (Results 1 – 3 of 3) sorted by relevance
25 if (BC->LinkInModules(&M)) in run()
99 bool LinkInModules(llvm::Module *M);
198 bool BackendConsumer::LinkInModules(llvm::Module *M) { in LinkInModules() function in clang::BackendConsumer290 if (!CodeGenOpts.LinkBitcodePostopt && LinkInModules(getModule())) in HandleTranslationUnit()1162 if (!CodeGenOpts.LinkBitcodePostopt && Result.LinkInModules(&*TheModule)) in ExecuteAction()