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;
41 void InitSections(bool NoExecStack) override;
448 virtual void InitSections(bool NoExecStack);
180 static cl::opt<bool> NoExecStack("no-exec-stack", variable534 if (NoExecStack) in main()
90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument95 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.
580 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
4766 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;