Home | History | Annotate | Download | only in Linker

Lines Matching refs:Modules

141     // Find the modules we need to link into the target module.  Note that arch
142 // keeps ownership of these modules and may return the same Module* from a
144 std::set<Module*> Modules;
145 if (!arch->findModulesDefiningSymbols(UndefinedSymbols, Modules, &ErrMsg))
149 // If we didn't find any more modules to link this time, we are done
151 if (Modules.empty())
160 // Loop over all the Modules that we got back from the archive
161 for (std::set<Module*>::iterator I=Modules.begin(), E=Modules.end();
181 // symbols we still need after the new modules have been linked in.
185 // which holds the undefined symbols from all the modules, and