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

Overrides

tools/lld/ELF/SyntheticSections.h
   53   virtual bool updateAllocSize() { return false; }

Declarations

tools/lld/ELF/SyntheticSections.h
  199   bool updateAllocSize() override;

References

tools/lld/ELF/SyntheticSections.cpp
  805 void MipsGotSection::finalizeContents() { updateAllocSize(); }
tools/lld/ELF/Writer.cpp
 1578       in.mipsGot->updateAllocSize();