Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.m45 // This test case issuing a bogus warning for the declaration of 'isExec'
57 BOOL isExec = baz_rdar8527823(); // no-warning
58 if (isExec) foo_rdar8527823();
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp228 bool isExec = !config->shared && !config->relocatable; in add() local
269 (isExec || sym->visibility != STV_DEFAULT) && dr && in add()
H A DWriter.cpp916 bool isExec = osec.flags & SHF_EXECINSTR; in getSectionRank() local
919 if (isExec) { in getSectionRank()