Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h66 virtual void finalizeContents() {} in finalizeContents() function
158 void finalizeContents() override;
187 void finalizeContents() override;
215 void finalizeContents() override;
358 void finalizeContents() override;
379 void finalizeContents() override;
397 void finalizeContents() override;
411 void finalizeContents() override;
541 virtual void finalizeContents();
585 void finalizeContents();
[all …]
H A DConcatOutputSection.h43 virtual void finalizeContents();
70 void finalizeContents() override {} in finalizeContents() function
H A DSyntheticSections.cpp275 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
624 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
663 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
937 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
986 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
1057 void DataInCodeSection::finalizeContents() { in finalizeContents() function in DataInCodeSection
1224 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
1599 void CStringSection::finalizeContents() { in finalizeContents() function in CStringSection
1728 void WordLiteralSection::finalizeContents() { in finalizeContents() function in WordLiteralSection
1834 void ObjCImageInfoSection::finalizeContents() { in finalizeContents() function in ObjCImageInfoSection
[all …]
H A DConcatOutputSection.cpp205 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DWriter.cpp1069 concatOsec->finalizeContents(); in finalizeAddresses()
1112 [](LinkEditSection *osec) { osec->finalizeContents(); }, osec)); in finalizeLinkEditSegment()
1300 in.objCImageInfo->finalizeContents(); in run()
H A DDriver.cpp1270 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1271 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1272 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h50 void finalizeContents() override;
104 void finalizeContents() override;
184 void finalizeContents() override;
482 void finalizeContents() override;
542 void finalizeContents() override;
640 void finalizeContents() override;
676 void finalizeContents() override;
684 void finalizeContents() override;
712 void finalizeContents() override;
880 void finalizeContents() override;
[all …]
H A DSyntheticSections.cpp483 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
676 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
1656 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2329 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2371 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2481 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3119 void VersionTableSection::finalizeContents() { in finalizeContents() function in VersionTableSection
3256 void MergeTailSection::finalizeContents() { in finalizeContents() function in MergeTailSection
3289 void MergeNoTailSection::finalizeContents() { in finalizeContents() function in MergeNoTailSection
3651 void PPC32Got2Section::finalizeContents() { in finalizeContents() function in PPC32Got2Section
[all …]
H A DInputSection.h442 virtual void finalizeContents() {} in finalizeContents() function
H A DOutputSections.cpp242 ms->finalizeContents(); in finalizeInputSections()
H A DWriter.cpp1681 sec->finalizeContents(); in finalizeSynthetic()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1329 void ArmCmseSGSection::finalizeContents() { in finalizeContents() function in ArmCmseSGSection
1397 isec->finalizeContents(); in writeARMCmseImportLib()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.h468 void finalizeContents();
H A DChunks.cpp1033 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
H A DWriter.cpp1096 p->finalizeContents(); in createMiscChunks()