Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h350 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);
H A DSyntheticSections.cpp817 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots() function in MipsGotSection
908 if (tryMergeGots(mergedGots.front(), srcGot, true)) { in build()
917 !tryMergeGots(mergedGots.back(), srcGot, false)) { in build()