Home
last modified time | relevance | path

Searched refs:finalizeContents (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.h51 virtual void finalizeContents() {} in finalizeContents() function
72 void finalizeContents() override;
128 void finalizeContents() override;
206 void finalizeContents() override;
476 void finalizeContents() override;
507 void finalizeContents() override;
588 void finalizeContents() override;
624 void finalizeContents() override;
632 void finalizeContents() override;
663 void finalizeContents() override;
[all …]
DSyntheticSections.cpp507 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
688 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
849 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents() function in MipsGotSection
1319 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents() function in DynamicSection
1602 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2040 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection
2278 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2321 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2455 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3026 void VersionDefinitionSection::finalizeContents() { in finalizeContents() function in VersionDefinitionSection
[all …]
DOutputSections.cpp220 ms->finalizeContents(); in finalizeInputSections()
DWriter.cpp1691 sec->finalizeContents(); in finalizeSynthetic()
/external/llvm-project/lld/wasm/
DOutputSections.h45 virtual void finalizeContents() = 0;
73 void finalizeContents() override;
96 void finalizeContents() override;
128 void finalizeContents() override;
DOutputSections.cpp83 void CodeSection::finalizeContents() { in finalizeContents() function in lld::wasm::CodeSection
132 void DataSection::finalizeContents() { in finalizeContents() function in lld::wasm::DataSection
235 void CustomSection::finalizeContents() { in finalizeContents() function in lld::wasm::CustomSection
DSyntheticSections.h57 void finalizeContents() override { in finalizeContents() function
DWriter.cpp424 s->finalizeContents(); in finalizeSections()
/external/llvm-project/lld/MachO/
DSyntheticSections.h177 void finalizeContents();
204 void finalizeContents();
240 void finalizeContents();
355 void finalizeContents();
380 void finalizeContents();
430 void finalizeContents();
469 void finalizeContents();
DWriter.cpp712 in.rebase->finalizeContents(); in run()
713 in.binding->finalizeContents(); in run()
714 in.weakBinding->finalizeContents(); in run()
715 in.lazyBinding->finalizeContents(); in run()
716 in.exports->finalizeContents(); in run()
717 symtabSection->finalizeContents(); in run()
718 indirectSymtabSection->finalizeContents(); in run()
DSyntheticSections.cpp157 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
297 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
328 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
488 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
561 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
685 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
775 void IndirectSymtabSection::finalizeContents() { in finalizeContents() function in IndirectSymtabSection
/external/llvm-project/lld/COFF/
DChunks.h405 void finalizeContents();
DChunks.cpp880 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
DWriter.cpp952 p->finalizeContents(); in createMiscChunks()