Lines Matching refs:ModuleMap
747 IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
1053 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1078 : ThinLTO.ModuleMap.size(); in getMaxTasks()
1381 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
1449 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument
1457 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1494 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1506 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument
1512 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1524 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1602 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1655 if (ThinLTO.ModuleMap.empty()) in runThinLTO()
1670 ThinLTO.ModuleMap.size()); in runThinLTO()
1680 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO()
1688 ThinLTO.ModuleMap.size()); in runThinLTO()
1690 ThinLTO.ModuleMap.size()); in runThinLTO()
1817 auto &ModuleMap = in runThinLTO() local
1818 ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap; in runThinLTO()
1821 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO()
1827 ThinLTO.ModuleMap); in runThinLTO()
1835 for (int I = 0, E = ModuleMap.size(); I != E; ++I) in runThinLTO()
1844 ModulesVec.reserve(ModuleMap.size()); in runThinLTO()
1845 for (auto &Mod : ModuleMap) in runThinLTO()