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.cpp222 bool isExec = !ctx.arg.shared && !ctx.arg.relocatable; in add() local
262 (isExec || sym->visibility() != STV_DEFAULT) && dr && in add()
H A DWriter.cpp692 bool isExec = osec.flags & SHF_EXECINSTR; in getSectionRank() local
696 if (!isWrite && !isExec) { in getSectionRank()
725 } else if (isExec) { in getSectionRank()