Home
last modified time | relevance | path

Searched refs:GotToPlt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp835 DenseMap<uint64_t, uint64_t> GotToPlt; in getPltEntries() local
843 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()