Home
last modified time | relevance | path

Searched defs:finalizeContents (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
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
243 void CustomSection::finalizeContents() { in finalizeContents() function in lld::wasm::CustomSection
H A DSyntheticSections.h57 void finalizeContents() override { in finalizeContents() function
H A DInputChunks.cpp491 void SyntheticMergedChunk::finalizeContents() { in finalizeContents() function in lld::wasm::SyntheticMergedChunk
/llvm-project-15.0.7/lld/MachO/
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.h71 void finalizeContents() override {} in finalizeContents() function
H A DConcatOutputSection.cpp205 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DSyntheticSections.h68 virtual void finalizeContents() {} in finalizeContents() function
/llvm-project-15.0.7/lld/ELF/
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 DSyntheticSections.h47 virtual void finalizeContents() {} in finalizeContents() function
1158 void finalizeContents() override { finalized = true; } in finalizeContents() function
/llvm-project-15.0.7/lld/COFF/
H A DChunks.cpp958 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk