Home
last modified time | relevance | path

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

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