Home
last modified time | relevance | path

Searched defs:updateAllocSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp851 bool MipsGotSection::updateAllocSize() { in updateAllocSize() function in MipsGotSection
1679 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize() { in updateAllocSize() function in AndroidPackedRelocationSection
1922 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize() function in RelrSection
DSyntheticSections.h54 virtual bool updateAllocSize() { return false; } in updateAllocSize() function