Lines Matching defs:TheIndex
718 const ModuleSummaryIndex *TheIndex = nullptr;
979 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {}
992 if (!TheIndex)
995 TheIndex = nullptr; ///< Prevent re-processing next time we're called.
1099 assert(TheIndex);
1105 for (auto &[ModPath, _] : TheIndex->modulePaths())
1114 for (auto &GlobalList : *TheIndex)
1119 for (auto &TId : TheIndex->typeIdCompatibleVtableMap())
1124 for (const auto &TID : TheIndex->typeIds())
2733 const ModuleSummaryIndex *TheIndex = nullptr;
2855 : Out(o), TheIndex(Index), Machine(Mac), TypePrinter(/*Module=*/nullptr),
3070 assert(TheIndex);
3080 moduleVec.resize(TheIndex->modulePaths().size());
3081 for (auto &[ModPath, ModHash] : TheIndex->modulePaths())
3101 for (auto &GlobalList : *TheIndex) {
3108 for (auto &GlobalList : *TheIndex) {
3110 auto VI = TheIndex->getValueInfo(GlobalList);
3115 for (const auto &TID : TheIndex->typeIds()) {
3123 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) {
3132 if (TheIndex->getFlags()) {
3133 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n";
3137 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount()
3448 Out << TheIndex->getStackIdAtIndex(Id);
3476 Out << TheIndex->getStackIdAtIndex(Id);
3523 auto TidIter = TheIndex->typeIds().equal_range(GUID);
3561 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID);