Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp82 static bool canMergeToProgbits(unsigned Type) { in canMergeToProgbits() function
105 if (!canMergeToProgbits(Type) || !canMergeToProgbits(IS->Type)) in addSection()