Home
last modified time | relevance | path

Searched refs:getEntriesNum (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h353 size_t getEntriesNum() const;
H A DSyntheticSections.cpp762 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum() function in MipsGotSection::FileGot
873 size += g.getEntriesNum() * config->wordsize; in updateAllocSize()