Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:Modules

65   Modules.push_back(M);
71 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
72 delete Modules[i];
121 for(SmallVectorImpl<Module *>::iterator I = Modules.begin(),
122 E = Modules.end(); I != E; ++I) {
125 Modules.erase(I);
134 for (unsigned i = 0, e = Modules.size(); i != e; ++i) {
135 if (Function *F = Modules[i]->getFunction(FnName))
339 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
340 runStaticConstructorsDestructors(Modules[i], isDtors);
1177 // to figure out how the different modules should link together.
1181 if (Modules.size() != 1) {
1182 for (unsigned m = 0, e = Modules.size(); m != e; ++m) {
1183 Module &M = *Modules[m];
1216 for (unsigned m = 0, e = Modules.size(); m != e; ++m) {
1217 Module &M = *Modules[m];
1247 // If there are multiple modules, map the non-canonical globals to their