Searched defs:LinkModules (Results 1 – 4 of 4) sorted by relevance
24 func LinkModules(Dest, Src Module) error { func
30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; variable
60 LinkModules; member in clang::BackendConsumer73 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer()
1149 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local