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