Home
last modified time | relevance | path

Searched refs:updateAllocSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h54 virtual bool updateAllocSize() { return false; } in updateAllocSize() function
205 bool updateAllocSize() override;
580 bool updateAllocSize() override;
614 bool updateAllocSize() override;
DWriter.cpp1757 in.mipsGot->updateAllocSize(); in finalizeAddressDependentContent()
1760 changed |= part.relaDyn->updateAllocSize(); in finalizeAddressDependentContent()
1762 changed |= part.relrDyn->updateAllocSize(); in finalizeAddressDependentContent()
DSyntheticSections.cpp849 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents()
851 bool MipsGotSection::updateAllocSize() { in updateAllocSize() function in MipsGotSection
1737 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize() { in updateAllocSize() function in AndroidPackedRelocationSection
1980 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize() function in RelrSection