Lines Matching defs:TheIndex
716 const ModuleSummaryIndex *TheIndex = nullptr;
977 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {}
990 if (!TheIndex)
993 TheIndex = nullptr; ///< Prevent re-processing next time we're called.
1097 assert(TheIndex);
1103 for (auto &[ModPath, _] : TheIndex->modulePaths())
1112 for (auto &GlobalList : *TheIndex)
1117 for (auto &TId : TheIndex->typeIdCompatibleVtableMap())
1122 for (const auto &TID : TheIndex->typeIds())
2693 const ModuleSummaryIndex *TheIndex = nullptr;
2815 : Out(o), TheIndex(Index), Machine(Mac), TypePrinter(/*Module=*/nullptr),
3030 assert(TheIndex);
3040 moduleVec.resize(TheIndex->modulePaths().size());
3041 for (auto &[ModPath, ModHash] : TheIndex->modulePaths())
3061 for (auto &GlobalList : *TheIndex) {
3068 for (auto &GlobalList : *TheIndex) {
3070 auto VI = TheIndex->getValueInfo(GlobalList);
3075 for (const auto &TID : TheIndex->typeIds()) {
3083 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) {
3092 if (TheIndex->getFlags()) {
3093 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n";
3097 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount()
3408 Out << TheIndex->getStackIdAtIndex(Id);
3436 Out << TheIndex->getStackIdAtIndex(Id);
3483 auto TidIter = TheIndex->typeIds().equal_range(GUID);
3521 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID);