Searched refs:IndicesMap (Results 1 – 1 of 1) sorted by relevance
2173 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local2188 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()2192 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()2197 if (!IndicesMap.empty()) { in dumpLayout()2200 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()2202 for (const auto &I : IndicesMap) { in dumpLayout()3655 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local3668 IndicesMap[I.second] = MethodName; in dumpMethodLocations()3676 if (!IndicesMap.empty()) { in dumpMethodLocations()3680 Out << "' (" << IndicesMap.size() in dumpMethodLocations()[all …]