Searched defs:LinkModules (Results 1 – 6 of 6) sorted by relevance
24 func LinkModules(Dest, Src Module) error { func
30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; variable
57 LinkModules; member in clang::BackendConsumer70 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer()
1198 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
993 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, in LinkModules() function in Linker