Lines Matching refs:MethodName
2096 std::string MethodName = in dumpLayout() local
2100 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2104 const std::string &MethodName = I.first; in dumpLayout() local
2113 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2162 std::string MethodName = in dumpLayout() local
2170 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2171 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2174 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2186 const std::string &MethodName = I.second; in dumpLayout() local
2188 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3181 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3184 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3188 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3199 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3615 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3619 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3621 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3653 const std::string &MethodName = I.second; in dumpMethodLocations() local
3654 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()