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

Overridden By

tools/lld/ELF/SyntheticSections.cpp
  460 void EhFrameSection::finalizeContents() {
  641 void GotSection::finalizeContents() {
  805 void MipsGotSection::finalizeContents() { updateAllocSize(); }
 1275 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() {
 1557 void RelocationBaseSection::finalizeContents() {
 1991 void SymbolTableBaseSection::finalizeContents() {
 2230 void SymtabShndxSection::finalizeContents() {
 2273 void GnuHashTableSection::finalizeContents() {
 2407 void HashTableSection::finalizeContents() {
 2864 void VersionDefinitionSection::finalizeContents() {
 2920 void VersionTableSection::finalizeContents() {
 2967 template <class ELFT> void VersionNeedSection<ELFT>::finalizeContents() {
 3046 void MergeTailSection::finalizeContents() {
 3079 void MergeNoTailSection::finalizeContents() {
 3245 void ARMExidxSyntheticSection::finalizeContents() {
 3405 void PPC32Got2Section::finalizeContents() {
 3569 void PartitionIndexSection::finalizeContents() {
tools/lld/ELF/SyntheticSections.h
  470   void finalizeContents() override;
  828   void finalizeContents() override;
 1069   void finalizeContents() override { finalized = true; }

References

tools/lld/ELF/OutputSections.cpp
  215     ms->finalizeContents();
tools/lld/ELF/Writer.cpp
 1604     sec->finalizeContents();