Lines Matching refs:IndicesMap
2169 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2185 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2186 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2189 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2194 if (!IndicesMap.empty()) { in dumpLayout()
2197 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2199 for (const auto &I : IndicesMap) { in dumpLayout()
3652 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3663 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3665 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3673 if (!IndicesMap.empty()) { in dumpMethodLocations()
3677 Out << "' (" << IndicesMap.size() in dumpMethodLocations()
3678 << (IndicesMap.size() == 1 ? " entry" : " entries") << ").\n"; in dumpMethodLocations()
3682 for (const auto &I : IndicesMap) { in dumpMethodLocations()