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

References

tools/lld/ELF/SyntheticSections.cpp
  642   size = numEntries * config->wordsize;
  656   relocateAlloc(buf - outSecOff, buf - outSecOff + size);
tools/lld/ELF/SyntheticSections.h
  121   size_t getSize() const override { return size; }