Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h313 typedef std::pair<Symbol *, int64_t> GotEntry; typedef
329 llvm::MapVector<GotEntry, size_t> Local16;
330 llvm::MapVector<GotEntry, size_t> Local32;
H A DSyntheticSections.cpp989 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()