Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2443 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon702cc0260611::VFTableBuilder2548 assert(MethodVFTableLocations.empty()); in LayoutVFTable()2561 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()2563 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()2598 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()2599 MethodVFTableLocations.end()); in vtable_locations()3640 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3783 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()3784 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()3791 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()[all …]
552 MethodVFTableLocationsTy MethodVFTableLocations; variable