Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2173 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2188 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() local
3668 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3676 if (!IndicesMap.empty()) { in dumpMethodLocations()
3680 Out << "' (" << IndicesMap.size() in dumpMethodLocations()
[all …]