Lines Matching refs:MethodName
2104 std::string MethodName = in dumpLayout() local
2108 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2112 const std::string &MethodName = I.first; in dumpLayout() local
2122 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2171 std::string MethodName = in dumpLayout() local
2179 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2180 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2183 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2195 const std::string &MethodName = I.second; in dumpLayout() local
2197 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3204 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3207 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3211 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3222 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3625 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3629 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3631 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3663 const std::string &MethodName = I.second; in dumpMethodLocations() local
3664 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()