Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
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.h72 void finalizeContents() override {} in finalizeContents() function
H A DConcatOutputSection.cpp265 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DSyntheticSections.h67 virtual void finalizeContents() {} in finalizeContents() function
/freebsd/contrib/llvm-project/lld/ELF/
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 DSyntheticSections.h1379 void finalizeContents() override { finalized = true; } in finalizeContents() function
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1408 void ArmCmseSGSection::finalizeContents() { in finalizeContents() function in ArmCmseSGSection
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1052 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk