Lines Matching refs:IndicesMap
2168 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2184 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2185 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2188 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2193 if (!IndicesMap.empty()) { in dumpLayout()
2196 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2198 for (const auto &I : IndicesMap) { in dumpLayout()
3655 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3666 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3668 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3676 if (!IndicesMap.empty()) { in dumpMethodLocations()
3680 Out << "' (" << IndicesMap.size() in dumpMethodLocations()
3681 << (IndicesMap.size() == 1 ? " entry" : " entries") << ").\n"; in dumpMethodLocations()
3685 for (const auto &I : IndicesMap) { in dumpMethodLocations()