Lines Matching defs:ModuleMap
761 IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0,
1067 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second)
1092 : ThinLTO.ModuleMap.size();
1393 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
1466 MapVector<StringRef, BitcodeModule> &ModuleMap) {
1474 ImportList, DefinedGlobals, &ModuleMap);
1511 MapVector<StringRef, BitcodeModule> &ModuleMap) override {
1523 MapVector<StringRef, BitcodeModule> &ModuleMap) {
1529 ResolvedODR, DefinedGlobals, ModuleMap);
1541 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap));
1634 MapVector<StringRef, BitcodeModule> &ModuleMap) override {
1687 if (ThinLTO.ModuleMap.empty())
1702 ThinLTO.ModuleMap.size());
1712 for (auto &Mod : ThinLTO.ModuleMap)
1720 ThinLTO.ModuleMap.size());
1722 ThinLTO.ModuleMap.size());
1849 auto &ModuleMap =
1850 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap;
1853 auto &Mod = *(ModuleMap.begin() + I);
1859 ThinLTO.ModuleMap);
1867 for (int I = 0, E = ModuleMap.size(); I != E; ++I)
1876 ModulesVec.reserve(ModuleMap.size());
1877 for (auto &Mod : ModuleMap)