Searched refs:ImportSummaryForTestingOrErr (Results 1 – 1 of 1) sorted by relevance
3902 auto ImportSummaryForTestingOrErr = getModuleSummaryIndex(**ReadSummaryFile); in MemProfContextDisambiguation() local3903 if (!ImportSummaryForTestingOrErr) { in MemProfContextDisambiguation()3904 logAllUnhandledErrors(ImportSummaryForTestingOrErr.takeError(), errs(), in MemProfContextDisambiguation()3909 ImportSummaryForTesting = std::move(*ImportSummaryForTestingOrErr); in MemProfContextDisambiguation()