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;
475 void finalizeContents() override;
517 void finalizeContents() override;
[all …]
H A DConcatOutputSection.h43 virtual void finalizeContents();
70 void finalizeContents() override {} in finalizeContents() function
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.cpp205 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DWriter.cpp1085 concatOsec->finalizeContents(); in finalizeAddresses()
1127 osec->finalizeContents(); in finalizeLinkEditSegment()
1315 in.objCImageInfo->finalizeContents(); in run()
H A DDriver.cpp1312 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1313 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1314 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h55 void finalizeContents() override;
109 void finalizeContents() override;
189 void finalizeContents() override;
487 void finalizeContents() override;
547 void finalizeContents() override;
649 void finalizeContents() override;
685 void finalizeContents() override;
693 void finalizeContents() override;
721 void finalizeContents() override;
915 void finalizeContents() override;
[all …]
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 DOutputSections.cpp258 ms->finalizeContents(); in finalizeInputSections()
H A DWriter.cpp1413 sec->finalizeContents(); in finalizeSynthetic()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1406 void ArmCmseSGSection::finalizeContents() { in finalizeContents() function in ArmCmseSGSection
1474 isec->finalizeContents(); in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h493 void finalizeContents();
H A DChunks.cpp1035 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
H A DWriter.cpp1096 p->finalizeContents(); in createMiscChunks()