Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h67 virtual void finalizeContents() {} in finalizeContents() function
159 void finalizeContents() override;
188 void finalizeContents() override;
216 void finalizeContents() override;
373 void finalizeContents() override;
394 void finalizeContents() override;
412 void finalizeContents() override;
426 void finalizeContents() override;
476 void finalizeContents() override;
519 void finalizeContents() override;
[all …]
H A DConcatOutputSection.h44 virtual void finalizeContents();
72 void finalizeContents() override {} in finalizeContents() function
H A DSyntheticSections.cpp275 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
634 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
673 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
994 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
1043 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
1117 void DataInCodeSection::finalizeContents() { in finalizeContents() function in DataInCodeSection
1130 void FunctionStartsSection::finalizeContents() { in finalizeContents() function in FunctionStartsSection
1309 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
1494 void IndirectSymtabSection::finalizeContents() { in finalizeContents() function in IndirectSymtabSection
1688 void CStringSection::finalizeContents() { in finalizeContents() function in CStringSection
[all …]
H A DConcatOutputSection.cpp265 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DWriter.cpp1114 concatOsec->finalizeContents(); in finalizeAddresses()
1156 osec->finalizeContents(); in finalizeLinkEditSegment()
1344 in.objCImageInfo->finalizeContents(); in run()
H A DDriver.cpp1373 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1374 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1375 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h55 void finalizeContents() override;
109 void finalizeContents() override;
199 void finalizeContents() override;
497 void finalizeContents() override;
558 void finalizeContents() override;
655 void finalizeContents() override;
691 void finalizeContents() override;
699 void finalizeContents() override;
727 void finalizeContents() override;
930 void finalizeContents() override;
[all …]
H A DSyntheticSections.cpp527 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
734 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
919 void MipsGotSection::finalizeContents() { updateAllocSize(ctx); } in finalizeContents() function in MipsGotSection
1628 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents() function in DynamicSection
1730 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2186 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection
2413 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2455 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2566 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3305 template <class ELFT> void DebugNamesSection<ELFT>::finalizeContents() { in finalizeContents() function in DebugNamesSection
[all …]
H A DInputSection.h509 virtual void finalizeContents() {} in finalizeContents() function
H A DOutputSections.cpp274 ms->finalizeContents(); in finalizeInputSections()
H A DWriter.cpp1464 sec->finalizeContents(); in finalizeSynthetic()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1408 void ArmCmseSGSection::finalizeContents() { in finalizeContents() function in ArmCmseSGSection
1481 isec->finalizeContents(); in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h500 void finalizeContents();
H A DChunks.cpp1052 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
H A DWriter.cpp1203 p->finalizeContents(); in createMiscChunks()