Lines Matching refs:MethodName
2111 std::string MethodName = in dumpLayout() local
2115 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2119 const std::string &MethodName = I.first; in dumpLayout() local
2128 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2177 std::string MethodName = in dumpLayout() local
2185 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2186 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2189 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2201 const std::string &MethodName = I.second; in dumpLayout() local
2203 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3227 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3230 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3234 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3245 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3659 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3663 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3665 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3697 const std::string &MethodName = I.second; in dumpMethodLocations() local
3698 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()