Searched refs:GotEntry (Results 1 – 2 of 2) sorted by relevance
313 typedef std::pair<Symbol *, int64_t> GotEntry; typedef329 llvm::MapVector<GotEntry, size_t> Local16;330 llvm::MapVector<GotEntry, size_t> Local32;
989 for (const std::pair<GotEntry, size_t> &P : Got.Local16) { in build()1052 for (const std::pair<GotEntry, size_t> &P : G.Local16) in writeTo()