Searched refs:NoExecStack (Results 1 – 11 of 11) sorted by relevance
134 unsigned NoExecStack : 1; member160 NoExecStack = 0; in AssemblerInvocation()295 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()493 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssemblerImpl()
42 void InitSections(bool NoExecStack) override;
448 virtual void InitSections(bool NoExecStack);
212 static cl::opt<bool> NoExecStack("no-exec-stack", variable573 if (NoExecStack) in main()
91 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument96 if (NoExecStack) in InitSections()
69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
400 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() argument
165 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
588 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
4821 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;