Searched refs:IndicesMap (Results 1 – 1 of 1) sorted by relevance
2154 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local2170 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()2174 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()2179 if (!IndicesMap.empty()) { in dumpLayout()2182 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()2184 for (const auto &I : IndicesMap) { in dumpLayout()3608 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local3621 IndicesMap[I.second] = MethodName; in dumpMethodLocations()3629 if (!IndicesMap.empty()) { in dumpMethodLocations()3633 Out << "' (" << IndicesMap.size() in dumpMethodLocations()[all …]