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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h53 virtual bool updateAllocSize() { return false; } function in class:lld::elf::SyntheticSection
199 bool updateAllocSize() override;
530 bool updateAllocSize() override;
557 // For more details, see the comment in RelrSection::updateAllocSize().
564 bool updateAllocSize() override;
H A DWriter.cpp1718 in.mipsGot->updateAllocSize();
1721 changed |= part.relaDyn->updateAllocSize();
1723 changed |= part.relrDyn->updateAllocSize();
H A DSyntheticSections.cpp808 void MipsGotSection::finalizeContents() { updateAllocSize(); }
810 bool MipsGotSection::updateAllocSize() { function in class:MipsGotSection
1634 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize() {
1877 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() {

Completed in 209 milliseconds