Home
last modified time | relevance | path

Searched refs:NoExecStack (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp146 unsigned NoExecStack : 1;
206 NoExecStack = 0; in AssemblerInvocation()
357 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()
580 Str->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h45 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCELFStreamer.h51 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCStreamer.h456 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp214 static cl::opt<bool> NoExecStack("no-exec-stack", variable
599 if (NoExecStack) in main()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp55 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
61 if (NoExecStack) in initSections()
H A DMCWinCOFFStreamer.cpp138 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() argument
H A DMCStreamer.cpp392 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def177 CODEGENOPT(NoExecStack , 1, 0, Benign) ///< Set when -Wa,--noexecstack is enabled.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp500 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7605 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;