Searched refs:GotToPlt (Results 1 – 1 of 1) sorted by relevance
880 DenseMap<uint64_t, uint64_t> GotToPlt; in getPltEntries() local888 GotToPlt.insert(std::make_pair(GotPltEntry, Plt)); in getPltEntries()899 auto PltEntryIter = GotToPlt.find(R.getOffset()); in getPltEntries()900 if (PltEntryIter != GotToPlt.end()) { in getPltEntries()