Home
last modified time | relevance | path

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

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