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

Overridden By

tools/lld/ELF/SyntheticSections.cpp
  807 bool MipsGotSection::updateAllocSize() {
 1630 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize() {
 1873 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() {
tools/lld/ELF/SyntheticSections.h
  530   bool updateAllocSize() override;
  564   bool updateAllocSize() override;

References

tools/lld/ELF/Writer.cpp
 1581       changed |= part.relaDyn->updateAllocSize();
 1583         changed |= part.relrDyn->updateAllocSize();