Lines Matching defs:TheIndex
926 ModuleSummaryIndex &TheIndex;
975 BitstreamCursor Stream, StringRef Strtab, ModuleSummaryIndex &TheIndex,
7077 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex,
7079 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex),
7083 TheIndex.addModule(ModulePath);
7088 return TheIndex.getModule(ModulePath);
7120 TheIndex.getOrInsertValueInfo(
7121 ValueGUID, UseStrtab ? ValueName : TheIndex.saveString(ValueName)),
7211 TheIndex.getOrInsertValueInfo(RefGUID), RefGUID, RefGUID);
7434 ModuleSummaryIndex &TheIndex) {
7436 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary(
7498 TheIndex.getOrInsertTypeIdCompatibleVtableSummary(
7600 TheIndex.setFlags(Record[0]);
7607 TheIndex.getOrInsertValueInfo(RefGUID), RefGUID, RefGUID);
7682 TheIndex.addGlobalValueSummary(std::get<0>(VIAndOriginalGUID),
7703 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
7710 TheIndex.addGlobalValueSummary(std::get<0>(GUID), std::move(AS));
7734 TheIndex.addGlobalValueSummary(std::get<0>(GUID), std::move(FS));
7762 TheIndex.addGlobalValueSummary(std::get<0>(GUID), std::move(VS));
7829 TheIndex.addGlobalValueSummary(VI, std::move(FS));
7846 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());
7851 TheIndex.addGlobalValueSummary(VI, std::move(AS));
7877 TheIndex.addGlobalValueSummary(VI, std::move(FS));
7886 TheIndex.addOriginalName(LastSeenGUID, OriginalName);
7920 std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs();
7928 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls();
7936 parseTypeIdSummaryRecord(Record, Strtab, TheIndex);
7944 TheIndex.addBlockCount(Record[0]);
7964 StackIdList.push_back(TheIndex.addOrGetStackIdIndex(StackIds[*R]));
7981 TheIndex.addOrGetStackIdIndex(StackIds[*RecordIter++]));
8010 TheIndex.addOrGetStackIdIndex(StackIds[Record[I++]]));
8045 TheIndex.addOrGetStackIdIndex(StackIds[Record[I++]]));
8117 LastSeenModule = TheIndex.addModule(ModulePath);