Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h65 virtual void finalizeContents() {} in finalizeContents() function
158 void finalizeContents() override;
187 void finalizeContents() override;
215 void finalizeContents() override;
325 void finalizeContents() override;
346 void finalizeContents() override;
362 void finalizeContents() override;
376 void finalizeContents() override;
425 void finalizeContents() override;
516 virtual void finalizeContents();
[all …]
H A DSyntheticSections.cpp195 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
482 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
521 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
666 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
714 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
782 void DataInCodeSection::finalizeContents() { in finalizeContents() function in DataInCodeSection
795 void FunctionStartsSection::finalizeContents() { in finalizeContents() function in FunctionStartsSection
937 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
1093 void IndirectSymtabSection::finalizeContents() { in finalizeContents() function in IndirectSymtabSection
1321 void CStringSection::finalizeContents() { in finalizeContents() function in CStringSection
[all …]
H A DDriver.cpp1083 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1085 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
H A DWriter.cpp1015 osec->finalizeContents(); in finalizeLinkEditSegment()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h51 virtual void finalizeContents() {} in finalizeContents() function
72 void finalizeContents() override;
128 void finalizeContents() override;
206 void finalizeContents() override;
501 void finalizeContents() override;
546 void finalizeContents() override;
632 void finalizeContents() override;
668 void finalizeContents() override;
676 void finalizeContents() override;
707 void finalizeContents() override;
[all …]
H A DSyntheticSections.cpp507 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
684 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
1660 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2340 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2383 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2517 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3151 void VersionTableSection::finalizeContents() { in finalizeContents() function in VersionTableSection
3281 void MergeTailSection::finalizeContents() { in finalizeContents() function in MergeTailSection
3314 void MergeNoTailSection::finalizeContents() { in finalizeContents() function in MergeNoTailSection
3661 void PPC32Got2Section::finalizeContents() { in finalizeContents() function in PPC32Got2Section
[all …]
H A DOutputSections.cpp220 ms->finalizeContents(); in finalizeInputSections()
H A DWriter.cpp1708 sec->finalizeContents(); in finalizeSynthetic()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.h419 void finalizeContents();
H A DChunks.cpp958 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
H A DWriter.cpp953 p->finalizeContents(); in createMiscChunks()