Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.cpp50 void CodeSection::finalizeContents() { in finalizeContents() function in lld::wasm::CodeSection
99 void DataSection::finalizeContents() { in finalizeContents() function in lld::wasm::DataSection
242 void CustomSection::finalizeContents() { in finalizeContents() function in lld::wasm::CustomSection
H A DSyntheticSections.h58 void finalizeContents() override { in finalizeContents() function
H A DInputChunks.cpp491 void SyntheticMergedChunk::finalizeContents() { in finalizeContents() function in lld::wasm::SyntheticMergedChunk
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp282 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 DConcatOutputSection.h70 void finalizeContents() override {} in finalizeContents() function
H A DConcatOutputSection.cpp205 void ConcatOutputSection::finalizeContents() { in finalizeContents() function in ConcatOutputSection
H A DSyntheticSections.h66 virtual void finalizeContents() {} in finalizeContents() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp476 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 DInputSection.h419 virtual void finalizeContents() {} in finalizeContents() function
H A DSyntheticSections.h1170 void finalizeContents() override { finalized = true; } in finalizeContents() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp1001 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk