Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2396 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon6d6223050511::VFTableBuilder2501 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()[all …]
517 MethodVFTableLocationsTy MethodVFTableLocations; variable