Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp231 bool isExec = !config->shared && !config->relocatable; in add() local
272 (isExec || sym->visibility() != STV_DEFAULT) && dr && in add()
H A DWriter.cpp909 bool isExec = osec.flags & SHF_EXECINSTR; in getSectionRank() local
912 if (isExec) { in getSectionRank()