Searched refs:NewMethodLocations (Results 1 – 2 of 2) sorted by relevance
3586 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local3602 auto M = NewMethodLocations.find(GD); in computeVTableRelatedInformation()3603 if (M == NewMethodLocations.end() || NewLoc < M->second) in computeVTableRelatedInformation()3604 NewMethodLocations[GD] = NewLoc; in computeVTableRelatedInformation()3608 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3609 NewMethodLocations.end()); in computeVTableRelatedInformation()3611 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()
3619 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local3634 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()3644 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3645 NewMethodLocations.end()); in computeVTableRelatedInformation()3647 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()