Home
last modified time | relevance | path

Searched refs:IndicesMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp2168 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2184 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2188 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2193 if (!IndicesMap.empty()) { in dumpLayout()
2196 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2198 for (const auto &I : IndicesMap) { in dumpLayout()
3651 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3664 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3672 if (!IndicesMap.empty()) { in dumpMethodLocations()
3676 Out << "' (" << IndicesMap.size() in dumpMethodLocations()
[all …]