Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp219 bool isExec = !config->shared && !config->relocatable; in add() local
257 (isExec || sym->visibility != STV_DEFAULT) && dr && in add()
H A DWriter.cpp983 bool isExec = sec->flags & SHF_EXECINSTR; in getSectionRank() local
986 if (isExec) { in getSectionRank()