Lines Matching refs:MethodVFTableLocations
2396 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon6d6223050511::VFTableBuilder
2501 assert(MethodVFTableLocations.empty()); in LayoutVFTable()
2514 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()
2516 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()
2551 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()
2552 MethodVFTableLocations.end()); in vtable_locations()
3597 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3740 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3741 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()
3748 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3749 assert(I != MethodVFTableLocations.end() && "Did not find index!"); in getMethodVFTableLocation()