Searched refs:NewMethodLocations (Results 1 – 1 of 1) sorted by relevance
3512 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local3529 auto M = NewMethodLocations.find(GD); in computeVTableRelatedInformation()3530 if (M == NewMethodLocations.end() || NewLoc < M->second) in computeVTableRelatedInformation()3531 NewMethodLocations[GD] = NewLoc; in computeVTableRelatedInformation()3535 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()3536 NewMethodLocations.end()); in computeVTableRelatedInformation()3538 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()