Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp87 static bool canMergeToProgbits(unsigned type) { in canMergeToProgbits() function
117 if (typeIsSet || !canMergeToProgbits(type) || in commitSection()
118 !canMergeToProgbits(isec->type)) { in commitSection()