Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp83 static bool canMergeToProgbits(unsigned type) { in canMergeToProgbits() function
113 if (typeIsSet || !canMergeToProgbits(type) || in commitSection()
114 !canMergeToProgbits(isec->type)) { in commitSection()