Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2458 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon14b3896f0511::VFTableBuilder2563 assert(MethodVFTableLocations.empty()); in LayoutVFTable()2575 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()2577 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()2611 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()2612 MethodVFTableLocations.end()); in vtable_locations()3661 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3805 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()3806 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()3813 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()[all …]
484 MethodVFTableLocationsTy MethodVFTableLocations; variable