Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h327 using GotEntry = std::pair<Symbol *, int64_t>; variable
344 llvm::MapVector<GotEntry, size_t> local16;
345 llvm::MapVector<GotEntry, size_t> local32;
H A DSyntheticSections.cpp1070 for (const std::pair<GotEntry, size_t> &p : got.local16) { in build()
1130 for (const std::pair<GotEntry, size_t> &p : g.local16) in writeTo()