Searched refs:NoExec (Results 1 – 3 of 3) sorted by relevance
106 static cl::opt<bool> NoExec("noexec", cl::desc("Do not execute loaded code"), variable585 if (NoExec && (SlabAddress || SlabPageSize)) in createInProcessMemoryManager()1022 if (!NoExec) in Session()1250 if (NoExec && !InputArgv.empty()) in sanitizeArguments()1258 if (DebuggerSupport.getNumOccurrences() == 0 && NoExec) in sanitizeArguments()1276 if (SlabAllocateSizeString == "" || !NoExec) in sanitizeArguments()1292 if (!NoExec) { in sanitizeArguments()2065 if (NoExec) in main()
88 enum class GnuStackKind { None, Exec, NoExec }; enumerator
461 return GnuStackKind::NoExec; in getZGnuStack()466 return GnuStackKind::NoExec; in getZGnuStack()