Lines Matching refs:TheIndex
473 ModuleSummaryIndex *TheIndex = nullptr; member in __anonecb5182a0111::ModuleSummaryIndexBitcodeReader
6047 if (!TheIndex) in parseModule()
6049 if (TheIndex->modulePaths().empty()) in parseModule()
6052 if (TheIndex->modulePaths().size() != 1) in parseModule()
6054 auto &Hash = TheIndex->modulePaths().begin()->second.second; in parseModule()
6149 TheIndex->removeEmptySummaryEntries(); in parseEntireSummary()
6188 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary()
6210 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6228 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary()
6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID); in parseEntireSummary()
6238 TheIndex->addGlobalValueSummary(GUID.first, std::move(AS)); in parseEntireSummary()
6249 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary()
6257 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6298 TheIndex->addGlobalValueSummary(GUID, std::move(FS)); in parseEntireSummary()
6317 TheIndex->findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()
6323 TheIndex->addGlobalValueSummary(GUID, std::move(AS)); in parseEntireSummary()
6343 TheIndex->addGlobalValueSummary(GUID, std::move(FS)); in parseEntireSummary()
6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId); in parseModuleStringTable()
6406 if (LastSeenModulePath == TheIndex->modulePaths().end()) in parseModuleStringTable()
6414 LastSeenModulePath = TheIndex->modulePaths().end(); in parseModuleStringTable()
6425 TheIndex = I; in parseSummaryIndexInto()