Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h357 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);
H A DSyntheticSections.cpp852 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots() argument
861 size_t count = isPrimary ? headerEntriesNum : 0; in tryMergeGots()