Searched defs:isExec (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | LTO.cpp | 216 bool isExec = !config->shared && !config->relocatable; add() local |
H A D | Writer.cpp | 657 bool isExec = osec.flags & SHF_EXECINSTR; getSectionRank() local |