Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2444 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon8b019dcd0611::VFTableBuilder2549 assert(MethodVFTableLocations.empty()); in LayoutVFTable()2562 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()2564 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()2599 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()2600 MethodVFTableLocations.end()); in vtable_locations()3641 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3784 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()3785 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()3792 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()[all …]
552 MethodVFTableLocationsTy MethodVFTableLocations; variable