Lines Matching refs:MethodName
2181 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
2184 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2188 const std::string &MethodName = I.first; in dumpLayout() local
2196 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2245 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
2252 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2253 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2256 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2268 const std::string &MethodName = I.second; in dumpLayout() local
2270 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3323 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3326 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3330 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3341 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3755 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3759 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3761 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3793 const std::string &MethodName = I.second; in dumpMethodLocations() local
3794 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()