Searched refs:GotEntry (Results 1 – 2 of 2) sorted by relevance
306 using GotEntry = std::pair<Symbol *, int64_t>; variable323 llvm::MapVector<GotEntry, size_t> local16;324 llvm::MapVector<GotEntry, size_t> local32;
1038 for (const std::pair<GotEntry, size_t> &p : got.local16) { in build()1098 for (const std::pair<GotEntry, size_t> &p : g.local16) in writeTo()