| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SyntheticSections.h | 66 virtual void finalizeContents() {} in finalizeContents() function 158 void finalizeContents() override; 187 void finalizeContents() override; 215 void finalizeContents() override; 358 void finalizeContents() override; 379 void finalizeContents() override; 397 void finalizeContents() override; 411 void finalizeContents() override; 460 void finalizeContents() override; 502 void finalizeContents() override; [all …]
|
| H A D | ConcatOutputSection.h | 43 virtual void finalizeContents(); 70 void finalizeContents() override {} in finalizeContents() function
|
| H A D | SyntheticSections.cpp | 282 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection 631 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection 670 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection 924 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection 973 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection 1041 void DataInCodeSection::finalizeContents() { in finalizeContents() function in DataInCodeSection 1054 void FunctionStartsSection::finalizeContents() { in finalizeContents() function in FunctionStartsSection 1210 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection 1396 void IndirectSymtabSection::finalizeContents() { in finalizeContents() function in IndirectSymtabSection 1635 void CStringSection::finalizeContents() { in finalizeContents() function in CStringSection [all …]
|
| H A D | ConcatOutputSection.cpp | 205 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
|
| H A D | Writer.cpp | 1062 concatOsec->finalizeContents(); in finalizeAddresses() 1104 [](LinkEditSection *osec) { osec->finalizeContents(); }, osec)); in finalizeLinkEditSegment() 1294 in.objCImageInfo->finalizeContents(); in run()
|
| H A D | Driver.cpp | 1241 in.cStringSection->finalizeContents(); in foldIdenticalLiterals() 1242 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals() 1243 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | OutputSections.h | 42 virtual void finalizeContents() = 0; 70 void finalizeContents() override; 93 void finalizeContents() override; 125 void finalizeContents() override;
|
| H A D | OutputSections.cpp | 50 void CodeSection::finalizeContents() { in finalizeContents() function in lld::wasm::CodeSection 99 void DataSection::finalizeContents() { in finalizeContents() function in lld::wasm::DataSection 238 mergedSection->finalizeContents(); in finalizeInputSections() 242 void CustomSection::finalizeContents() { in finalizeContents() function in lld::wasm::CustomSection
|
| H A D | OutputSegment.cpp | 72 ms->finalizeContents(); in finalizeInputSegments()
|
| H A D | InputChunks.h | 240 void finalizeContents();
|
| H A D | InputChunks.cpp | 491 void SyntheticMergedChunk::finalizeContents() { in finalizeContents() function in lld::wasm::SyntheticMergedChunk
|
| H A D | SyntheticSections.h | 58 void finalizeContents() override { in finalizeContents() function
|
| H A D | Writer.cpp | 458 s->finalizeContents(); in finalizeSections()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.h | 48 void finalizeContents() override; 102 void finalizeContents() override; 182 void finalizeContents() override; 480 void finalizeContents() override; 540 void finalizeContents() override; 638 void finalizeContents() override; 674 void finalizeContents() override; 682 void finalizeContents() override; 710 void finalizeContents() override; 868 void finalizeContents() override; [all …]
|
| H A D | SyntheticSections.cpp | 476 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection 668 void GotSection::finalizeContents() { in finalizeContents() function in GotSection 836 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents() function in MipsGotSection 1532 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents() function in DynamicSection 1629 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection 2079 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection 2302 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection 2344 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection 2454 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection 3036 void VersionDefinitionSection::finalizeContents() { in finalizeContents() function in VersionDefinitionSection [all …]
|
| H A D | InputSection.h | 419 virtual void finalizeContents() {} in finalizeContents() function
|
| H A D | OutputSections.cpp | 238 ms->finalizeContents(); in finalizeInputSections()
|
| H A D | Writer.cpp | 1615 sec->finalizeContents(); in finalizeSynthetic()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Chunks.h | 434 void finalizeContents();
|
| H A D | Chunks.cpp | 1001 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
|
| H A D | Writer.cpp | 1011 p->finalizeContents(); in createMiscChunks()
|