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