Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp477 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
635 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
801 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents() function in MipsGotSection
1508 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
1874 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection
2097 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2140 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2273 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
2706 void VersionDefinitionSection::finalizeContents() { in finalizeContents() function in VersionDefinitionSection
2886 void MergeTailSection::finalizeContents() { in finalizeContents() function in MergeTailSection
[all …]
H A DSyntheticSections.h49 virtual void finalizeContents() {} in finalizeContents() function
982 void finalizeContents() override { Finalized = true; } in finalizeContents() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.h76 virtual void finalizeContents() {} in finalizeContents() function
H A DChunks.cpp840 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk