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