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