Searched refs:NoExecStack (Results 1 – 13 of 13) sorted by relevance
15 void AMDGPUELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
126 unsigned NoExecStack : 1; member146 NoExecStack = 0; in AssemblerInvocation()250 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()405 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssembler()
88 bool NoExecStack) { in createMCStreamer() argument
43 void InitSections(bool NoExecStack) override;
46 void InitSections(bool NoExecStack) override;
353 virtual void InitSections(bool NoExecStack);
168 static cl::opt<bool> NoExecStack("no-exec-stack", variable518 if (NoExecStack) in main()
88 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument93 if (NoExecStack) in InitSections()
62 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
187 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() argument
87 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
573 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in CreateTargetMachine()
499 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in ParseCodeGenArgs()