Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DOutputSections.cpp83 void CodeSection::finalizeContents() { in finalizeContents() function in lld::wasm::CodeSection
132 void DataSection::finalizeContents() { in finalizeContents() function in lld::wasm::DataSection
235 void CustomSection::finalizeContents() { in finalizeContents() function in lld::wasm::CustomSection
DSyntheticSections.h57 void finalizeContents() override { in finalizeContents() function
/external/llvm-project/lld/MachO/
DSyntheticSections.cpp157 void RebaseSection::finalizeContents() { in finalizeContents() function in RebaseSection
297 void BindingSection::finalizeContents() { in finalizeContents() function in BindingSection
328 void WeakBindingSection::finalizeContents() { in finalizeContents() function in WeakBindingSection
488 void LazyBindingSection::finalizeContents() { in finalizeContents() function in LazyBindingSection
561 void ExportSection::finalizeContents() { in finalizeContents() function in ExportSection
685 void SymtabSection::finalizeContents() { in finalizeContents() function in SymtabSection
775 void IndirectSymtabSection::finalizeContents() { in finalizeContents() function in IndirectSymtabSection
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp507 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
688 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
849 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents() function in MipsGotSection
1319 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents() function in DynamicSection
1602 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
2040 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection
2278 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2321 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2455 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
3026 void VersionDefinitionSection::finalizeContents() { in finalizeContents() function in VersionDefinitionSection
[all …]
DSyntheticSections.h51 virtual void finalizeContents() {} in finalizeContents() function
1120 void finalizeContents() override { finalized = true; } in finalizeContents() function
/external/llvm-project/lld/COFF/
DChunks.cpp880 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk