Home | History | Annotate | Download | only in Archive

Lines Matching refs:Modules

340 // Get all the bitcode modules from the archive
342 Archive::getAllModules(std::vector<Module*>& Modules,
358 Modules.push_back(M);
475 ModuleMap::iterator MI = modules.find(fileOffset);
476 if (MI != modules.end())
497 modules.insert(std::make_pair(fileOffset, std::make_pair(m, mbr)));
503 // Modules that define those symbols.
510 *error = "Empty archive invalid for finding modules defining symbols";
516 // make sure that we populate the modules table as we do this to ensure
550 // modules.
551 modules.insert(std::make_pair(offset, std::make_pair(M, mbr)));
610 std::vector<Module *> Modules;