Searched refs:NewMethodLocations (Results 1 – 1 of 1) 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()