Lines Matching refs:MethodName
2137 std::string MethodName = in dumpLayout() local
2141 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2147 const std::string &MethodName = I->first; in dumpLayout() local
2157 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2206 std::string MethodName = in dumpLayout() local
2214 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2215 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2218 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2231 const std::string &MethodName = I->second; in dumpLayout() local
2233 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
3253 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3256 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
3263 const std::string &MethodName = I->first; in dumpLayout() local
3274 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
3680 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3684 IndicesMap[I->second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3686 IndicesMap[I->second] = MethodName; in dumpMethodLocations()
3721 const std::string &MethodName = I->second; in dumpMethodLocations() local
3722 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n'; in dumpMethodLocations()