Lines Matching refs:MethodVFTableLocations
2416 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon71138c580511::VFTableBuilder
2521 assert(MethodVFTableLocations.empty()); in LayoutVFTable()
2532 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()
2534 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()
2569 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()
2570 MethodVFTableLocations.end()); in vtable_locations()
3608 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3748 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3749 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()
3756 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3757 assert(I != MethodVFTableLocations.end() && "Did not find index!"); in getMethodVFTableLocation()