Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h49 virtual void finalizeContents() {} in finalizeContents() function
70 void finalizeContents() override;
115 void finalizeContents() override;
189 void finalizeContents() override;
456 void finalizeContents() override;
487 void finalizeContents() override;
569 void finalizeContents() override;
605 void finalizeContents() override;
613 void finalizeContents() override;
644 void finalizeContents() override;
[all …]
H A DSyntheticSections.cpp477 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
635 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
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
2919 void MergeNoTailSection::finalizeContents() { in finalizeContents() function in MergeNoTailSection
[all …]
H A DWriter.cpp1554 Sec->finalizeContents(); in finalizeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.h76 virtual void finalizeContents() {} in finalizeContents() function
258 void finalizeContents() override;
H A DChunks.cpp840 void MergeChunk::finalizeContents() { in finalizeContents() function in lld::coff::MergeChunk
H A DWriter.cpp1096 C->finalizeContents(); in assignAddresses()