Lines Matching refs:MethodName
2110 std::string MethodName = in dumpLayout() local
2114 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2118 const std::string &MethodName = I.first; in dumpLayout() local
2127 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2176 std::string MethodName = in dumpLayout() local
2184 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2185 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2188 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2200 const std::string &MethodName = I.second; in dumpLayout() local
2202 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3228 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3231 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3235 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3246 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3662 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3666 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3668 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
3700 const std::string &MethodName = I.second; in dumpMethodLocations() local
3701 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()