Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp157 bool IsExec = !Config->Shared && !Config->Relocatable; in add() local
190 (IsExec || Sym->Visibility != STV_DEFAULT) && DR && in add()
H A DWriter.cpp797 bool IsExec = Sec->Flags & SHF_EXECINSTR; in getSectionRank() local
800 if (IsExec) { in getSectionRank()