Lines Matching refs:MethodName
2135 std::string MethodName = in dumpLayout() local
2139 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2145 const std::string &MethodName = I->first; in dumpLayout() local
2155 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2204 std::string MethodName = in dumpLayout() local
2212 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2213 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2216 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2229 const std::string &MethodName = I->second; in dumpLayout() local
2231 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3248 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3251 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3258 const std::string &MethodName = I->first; in dumpLayout() local
3269 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3554 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3558 IndicesMap[I->second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3560 IndicesMap[I->second] = MethodName; in dumpMethodLocations()
3595 const std::string &MethodName = I->second; in dumpMethodLocations() local
3596 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()