Searched refs:getPageEntriesNum (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp703 return getPageEntriesNum() + local16.size() + global.size() + relocs.size() +
707 size_t MipsGotSection::FileGot::getPageEntriesNum() const { function in class:MipsGotSection::FileGot
715 size_t count = getPageEntriesNum() + local16.size() + global.size();
785 return headerEntriesNum + gots.front().getPageEntriesNum() +
H A DSyntheticSections.h352 size_t getPageEntriesNum() const;

Completed in 65 milliseconds