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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp203 bool isExec = !config->shared && !config->relocatable; local
236 (isExec || sym->visibility != STV_DEFAULT) && dr &&
H A DWriter.cpp970 bool isExec = sec->flags & SHF_EXECINSTR; local
973 if (isExec) {

Completed in 114 milliseconds