Searched refs:NoExec (Results 1 – 3 of 3) sorted by relevance
60 static cl::opt<bool> NoExec("noexec", cl::desc("Do not execute loaded code"), variable822 if (!NoExec && !this->TPC->getTargetTriple().isOSWindows()) in Session()999 if (NoExec && !InputArgv.empty()) in sanitizeArguments()1004 if (SlabAllocateSizeString == "" || !NoExec) in sanitizeArguments()1321 if (NoExec) in main()
71 enum class GnuStackKind { None, Exec, NoExec }; enumerator
417 return GnuStackKind::NoExec; in getZGnuStack()422 return GnuStackKind::NoExec; in getZGnuStack()