Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp2196 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2212 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() local
3558 IndicesMap[I->second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
[all …]