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

References

tools/lld/ELF/SyntheticSections.cpp
  836     got.relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) {
  837       return got.global.count(p.first);
  839     set_union(got.local16, got.local32);
  839     set_union(got.local16, got.local32);
  840     got.local32.clear();