Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h330 using GotEntry = std::pair<Symbol *, int64_t>; variable
347 llvm::MapVector<GotEntry, size_t> local16;
348 llvm::MapVector<GotEntry, size_t> local32;
DSyntheticSections.cpp1037 for (const std::pair<GotEntry, size_t> &p : got.local16) { in build()
1097 for (const std::pair<GotEntry, size_t> &p : g.local16) in writeTo()