Lines Matching refs:TheIndex

730   const ModuleSummaryIndex *TheIndex = nullptr;  member in llvm::SlotTracker
954 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker()
967 if (!TheIndex) in initializeIndexIfNeeded()
970 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded()
1068 assert(TheIndex); in processIndex()
1074 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()
1082 for (auto &GlobalList : *TheIndex) in processIndex()
1085 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex()
1090 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex()
1091 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex()
2548 const ModuleSummaryIndex *TheIndex = nullptr; member in __anon8da805480a11::AssemblyWriter
2660 : Out(o), TheIndex(Index), Machine(Mac), TypePrinter(/*Module=*/nullptr), in AssemblyWriter()
2869 assert(TheIndex); in printModuleSummaryIndex()
2879 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
2880 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
2902 for (auto &GlobalList : *TheIndex) { in printModuleSummaryIndex()
2909 for (auto &GlobalList : *TheIndex) { in printModuleSummaryIndex()
2911 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
2916 for (auto TidIter = TheIndex->typeIds().begin(); in printModuleSummaryIndex()
2917 TidIter != TheIndex->typeIds().end(); TidIter++) { in printModuleSummaryIndex()
2925 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) { in printModuleSummaryIndex()
2934 if (TheIndex->getFlags()) { in printModuleSummaryIndex()
2935 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()
2939 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()
3238 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo()
3276 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId()