Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp89 static bool canMergeToProgbits(unsigned type) { in canMergeToProgbits() function
119 if (typeIsSet || !canMergeToProgbits(type) || in commitSection()
120 !canMergeToProgbits(isec->type)) { in commitSection()