Lines Matching refs:IndicesMap
2237 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2252 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2253 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2256 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2261 if (!IndicesMap.empty()) { in dumpLayout()
2264 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2266 for (const auto &I : IndicesMap) { in dumpLayout()
3748 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3759 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3761 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3769 if (!IndicesMap.empty()) { in dumpMethodLocations()
3773 Out << "' (" << IndicesMap.size() in dumpMethodLocations()
3774 << (IndicesMap.size() == 1 ? " entry" : " entries") << ").\n"; in dumpMethodLocations()
3778 for (const auto &I : IndicesMap) { in dumpMethodLocations()