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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h368 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);
H A DSyntheticSections.cpp789 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { argument
798 size_t count = isPrimary ? headerEntriesNum : 0;
885 // to try to merge again with isPrimary=false, as otherwise, if the

Completed in 66 milliseconds