Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2540 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon0c73b4cb0711::VFTableBuilder2645 assert(MethodVFTableLocations.empty()); in LayoutVFTable()2658 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()2660 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()2695 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()2696 MethodVFTableLocations.end()); in vtable_locations()3737 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3880 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()3881 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()3888 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()[all …]
581 MethodVFTableLocationsTy MethodVFTableLocations; variable