Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h339 size_t getEntriesNum() const;
H A DSyntheticSections.cpp765 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum() function in MipsGotSection::FileGot
876 size += g.getEntriesNum() * config->wordsize; in updateAllocSize()