Searched refs:MethodVFTableLocations (Results 1 – 2 of 2) sorted by relevance
2447 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon0cfdcd2c0611::VFTableBuilder2552 assert(MethodVFTableLocations.empty()); in LayoutVFTable()2565 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()2567 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()2602 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()2603 MethodVFTableLocations.end()); in vtable_locations()3644 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3787 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()3788 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()3795 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()[all …]
552 MethodVFTableLocationsTy MethodVFTableLocations; variable