Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp85 static bool canMergeToProgbits(unsigned type) { in canMergeToProgbits() function
129 if (!canMergeToProgbits(type) || !canMergeToProgbits(isec->type)) in commitSection()