reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/SyntheticSections.cpp
  993     for (const std::pair<GotEntry, size_t> &p : got.local16) {
 1053     for (const std::pair<GotEntry, size_t> &p : g.local16)
tools/lld/ELF/SyntheticSections.h
  341     llvm::MapVector<GotEntry, size_t> local16;
  342     llvm::MapVector<GotEntry, size_t> local32;