Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:Modules

64   Modules.push_back(M);
70 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
71 delete Modules[i];
120 for(SmallVector<Module *, 1>::iterator I = Modules.begin(),
121 E = Modules.end(); I != E; ++I) {
124 Modules.erase(I);
133 for (unsigned i = 0, e = Modules.size(); i != e; ++i) {
134 if (Function *F = Modules[i]->getFunction(FnName))
338 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
339 runStaticConstructorsDestructors(Modules[i], isDtors);
1021 // to figure out how the different modules should link together.
1025 if (Modules.size() != 1) {
1026 for (unsigned m = 0, e = Modules.size(); m != e; ++m) {
1027 Module &M = *Modules[m];
1060 for (unsigned m = 0, e = Modules.size(); m != e; ++m) {
1061 Module &M = *Modules[m];
1091 // If there are multiple modules, map the non-canonical globals to their