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