Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h188 bool updateAllocSize() override;
590 bool updateAllocSize() override;
631 bool updateAllocSize() override;
1414 bool updateAllocSize() override;
H A DWriter.cpp1473 in.mipsGot->updateAllocSize(); in finalizeAddressDependentContent()
1498 changed |= part.relaDyn->updateAllocSize(); in finalizeAddressDependentContent()
1500 changed |= part.relrDyn->updateAllocSize(); in finalizeAddressDependentContent()
1502 changed |= part.relrAuthDyn->updateAllocSize(); in finalizeAddressDependentContent()
1504 changed |= part.memtagGlobalDescriptors->updateAllocSize(); in finalizeAddressDependentContent()
H A DInputSection.h482 virtual bool updateAllocSize() { return false; } in updateAllocSize() function
H A DSyntheticSections.cpp871 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents()
873 bool MipsGotSection::updateAllocSize() { in updateAllocSize() function in MipsGotSection
1773 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize() { in updateAllocSize() function in AndroidPackedRelocationSection
2021 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize() function in RelrSection
4611 bool MemtagGlobalDescriptors::updateAllocSize() { in updateAllocSize() function in MemtagGlobalDescriptors