Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2542 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon1858bcf60711::VFTableBuilder2647 assert(MethodVFTableLocations.empty()); in LayoutVFTable()2660 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()2662 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()2697 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()2698 MethodVFTableLocations.end()); in vtable_locations()3739 MethodVFTableLocations.insert_range(NewMethodLocations); 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