Searched refs:NoExecStack (Results 1 – 12 of 12) sorted by relevance
126 unsigned NoExecStack : 1; member142 NoExecStack = 0; in AssemblerInvocation()252 Opts.NoExecStack = Args->hasArg(OPT_mno_exec_stack); in CreateFromArgs()392 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssembler()
43 void InitSections(bool NoExecStack) override;
50 void InitSections(bool NoExecStack) override;
367 virtual void InitSections(bool NoExecStack);
88 bool NoExecStack) { in createMCStreamer() argument
164 static cl::opt<bool> NoExecStack("no-exec-stack", variable485 if (NoExecStack) in main()
86 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument101 if (NoExecStack) in InitSections()
64 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
186 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() argument
76 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
536 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in CreateTargetMachine()
462 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in ParseCodeGenArgs()