Lines Matching defs:CombinedIndex
1189 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex,
1197 CombinedIndex->collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries);
1205 if (!lto::initImportList(*M, *CombinedIndex, ImportList))
1284 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList,
1307 std::unique_ptr<ModuleSummaryIndex> CombinedIndex;
1311 .moveInto(CombinedIndex)) {
1318 // A null CombinedIndex means we should skip ThinLTO compilation
1321 if (CombinedIndex) {
1322 if (!CombinedIndex->skipModuleByDistributedBackend()) {
1323 runThinLTOBackend(Diags, CombinedIndex.get(), M, HeaderOpts, CGOpts,
1332 // the compilation as CombinedIndex does not contain all required