Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp216 bool isExec = !config->shared && !config->relocatable; in add() local
257 (isExec || sym->visibility() != STV_DEFAULT) && dr && in add()
H A DWriter.cpp672 bool isExec = osec.flags & SHF_EXECINSTR; in getSectionRank() local
675 if (!isWrite && !isExec) { in getSectionRank()
704 } else if (isExec) { in getSectionRank()