Lines Matching refs:IndicesMap
2163 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2179 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2180 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2183 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2188 if (!IndicesMap.empty()) { in dumpLayout()
2191 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2193 for (const auto &I : IndicesMap) { in dumpLayout()
3619 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3630 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3632 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3640 if (!IndicesMap.empty()) { in dumpMethodLocations()
3644 Out << "' (" << IndicesMap.size() in dumpMethodLocations()
3645 << (IndicesMap.size() == 1 ? " entry" : " entries") << ").\n"; in dumpMethodLocations()
3649 for (const auto &I : IndicesMap) { in dumpMethodLocations()