Searched refs:IndicesMap (Results 1 – 1 of 1) sorted by relevance
2196 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local2212 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()2213 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()2216 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()2221 if (!IndicesMap.empty()) { in dumpLayout()2224 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()2226 for (std::map<uint64_t, std::string>::const_iterator I = IndicesMap.begin(), in dumpLayout()2227 E = IndicesMap.end(); I != E; ++I) { in dumpLayout()3546 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local3558 IndicesMap[I->second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()[all …]