Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h68 virtual void finalizeContents() {} in finalizeContents() function
160 void finalizeContents() override;
189 void finalizeContents() override;
217 void finalizeContents() override;
327 void finalizeContents() override;
348 void finalizeContents() override;
365 void finalizeContents() override;
379 void finalizeContents() override;
521 virtual void finalizeContents();
561 void finalizeContents();
[all …]
H A DConcatOutputSection.h44 virtual void finalizeContents();
71 void finalizeContents() override {} in finalizeContents() function
H A DSyntheticSections.cpp271 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
568 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
607 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
753 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
801 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
863 void DataInCodeSection::finalizeContents() { in finalizeContents() function in DataInCodeSection
876 void FunctionStartsSection::finalizeContents() { in finalizeContents() function in FunctionStartsSection
1033 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
1450 void CStringSection::finalizeContents() { in finalizeContents() function in CStringSection
1568 void WordLiteralSection::finalizeContents() { in finalizeContents() function in WordLiteralSection
[all …]
H A DConcatOutputSection.cpp205 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DWriter.cpp1010 concatOsec->finalizeContents(); in finalizeAddresses()
1056 [](LinkEditSection *osec) { osec->finalizeContents(); }, osec)); in finalizeLinkEditSegment()
1179 in.objCImageInfo->finalizeContents(); in run()
H A DDriver.cpp1126 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1128 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h47 virtual void finalizeContents() {} in finalizeContents() function
68 void finalizeContents() override;
124 void finalizeContents() override;
203 void finalizeContents() override;
501 void finalizeContents() override;
540 void finalizeContents() override;
625 void finalizeContents() override;
661 void finalizeContents() override;
669 void finalizeContents() override;
697 void finalizeContents() override;
[all …]
H A DSyntheticSections.cpp509 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
700 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
1670 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2338 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2380 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2497 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3134 void VersionTableSection::finalizeContents() { in finalizeContents() function in VersionTableSection
3273 void MergeTailSection::finalizeContents() { in finalizeContents() function in MergeTailSection
3306 void MergeNoTailSection::finalizeContents() { in finalizeContents() function in MergeNoTailSection
3643 void PPC32Got2Section::finalizeContents() { in finalizeContents() function in PPC32Got2Section
[all …]
H A DOutputSections.cpp234 ms->finalizeContents(); in finalizeInputSections()
H A DWriter.cpp1623 sec->finalizeContents(); in finalizeSynthetic()
/llvm-project-15.0.7/lld/wasm/
H A DOutputSections.h42 virtual void finalizeContents() = 0;
70 void finalizeContents() override;
93 void finalizeContents() override;
125 void finalizeContents() override;
H A DOutputSections.cpp50 void CodeSection::finalizeContents() { in finalizeContents() function in lld::wasm::CodeSection
99 void DataSection::finalizeContents() { in finalizeContents() function in lld::wasm::DataSection
239 mergedSection->finalizeContents(); in finalizeInputSections()
243 void CustomSection::finalizeContents() { in finalizeContents() function in lld::wasm::CustomSection
H A DOutputSegment.cpp72 ms->finalizeContents(); in finalizeInputSegments()
H A DInputChunks.h238 void finalizeContents();
H A DSyntheticSections.h57 void finalizeContents() override { in finalizeContents() function
H A DInputChunks.cpp491 void SyntheticMergedChunk::finalizeContents() { in finalizeContents() function in lld::wasm::SyntheticMergedChunk
H A DWriter.cpp439 s->finalizeContents(); in finalizeSections()
/llvm-project-15.0.7/lld/COFF/
H A DChunks.h418 void finalizeContents();
H A DChunks.cpp958 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
H A DWriter.cpp953 p->finalizeContents(); in createMiscChunks()