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.cpp276 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
635 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
674 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
997 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
1046 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
1120 void DataInCodeSection::finalizeContents() { in finalizeContents() function in DataInCodeSection
1133 void FunctionStartsSection::finalizeContents() { in finalizeContents() function in FunctionStartsSection
1292 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
1477 void IndirectSymtabSection::finalizeContents() { in finalizeContents() function in IndirectSymtabSection
1664 void CStringSection::finalizeContents() { in finalizeContents() function in CStringSection
[all …]
H A DConcatOutputSection.h70 void finalizeContents() override {} in finalizeContents() function
H A DConcatOutputSection.cpp205 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.cpp508 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
703 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
871 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents() function in MipsGotSection
1573 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents() function in DynamicSection
1673 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2127 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection
2350 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2392 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2502 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3216 template <class ELFT> void DebugNamesSection<ELFT>::finalizeContents() { in finalizeContents() function in DebugNamesSection
[all …]
H A DInputSection.h486 virtual void finalizeContents() {} in finalizeContents() function
H A DSyntheticSections.h1349 void finalizeContents() override { finalized = true; } in finalizeContents() function
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1406 void ArmCmseSGSection::finalizeContents() { in finalizeContents() function in ArmCmseSGSection
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1035 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk