Lines Matching refs:TheIndex

771   ModuleSummaryIndex &TheIndex;  member in __anon6307d9380411::ModuleSummaryIndexBitcodeReader
814 ModuleSummaryIndex &TheIndex,
5568 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader() argument
5570 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex), in ModuleSummaryIndexBitcodeReader()
5574 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5579 return TheIndex.getModule(ModulePath); in getThisModule()
5606 TheIndex.getOrInsertValueInfo( in setValueGUID()
5608 UseStrtab ? ValueName : TheIndex.saveString(ValueName)), in setValueGUID()
5698 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID); in parseValueSymbolTable()
5912 ModuleSummaryIndex &TheIndex) { in parseTypeIdSummaryRecord() argument
5914 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord()
5976 TheIndex.getOrInsertTypeIdCompatibleVtableSummary( in parseTypeIdCompatibleVtableSummaryRecord()
6075 TheIndex.setFlags(Record[0]); in parseEntireSummary()
6082 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID); in parseEntireSummary()
6145 TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS)); in parseEntireSummary()
6165 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6172 TheIndex.addGlobalValueSummary(GUID.first, std::move(AS)); in parseEntireSummary()
6196 TheIndex.addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6224 TheIndex.addGlobalValueSummary(GUID.first, std::move(VS)); in parseEntireSummary()
6288 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
6305 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
6310 TheIndex.addGlobalValueSummary(VI, std::move(AS)); in parseEntireSummary()
6336 TheIndex.addGlobalValueSummary(VI, std::move(FS)); in parseEntireSummary()
6345 TheIndex.addOriginalName(LastSeenGUID, OriginalName); in parseEntireSummary()
6380 std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs(); in parseEntireSummary()
6388 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary()
6396 parseTypeIdSummaryRecord(Record, Strtab, TheIndex); in parseEntireSummary()
6404 TheIndex.addBlockCount(Record[0]); in parseEntireSummary()
6458 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()