Searched refs:NoExecStack (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 134 unsigned NoExecStack : 1; member 166 NoExecStack = 0; in AssemblerInvocation() 304 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs() 514 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFStreamer.h | 42 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
|
| H A D | MCELFStreamer.h | 49 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
|
| H A D | MCStreamer.h | 463 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
|
| /llvm-project-15.0.7/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 210 static cl::opt<bool> NoExecStack("no-exec-stack", variable 571 if (NoExecStack) in main()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument 96 if (NoExecStack) in initSections()
|
| H A D | MCWinCOFFStreamer.cpp | 68 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() argument
|
| H A D | MCStreamer.cpp | 410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 463 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 178 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 5271 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;
|