Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp136 unsigned NoExecStack : 1; member
180 NoExecStack = 0; in AssemblerInvocation()
328 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()
549 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h42 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCELFStreamer.h49 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
H A DMCStreamer.h467 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp210 static cl::opt<bool> NoExecStack("no-exec-stack", variable
574 if (NoExecStack) in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp67 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() argument
H A DMCELFStreamer.cpp91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
97 if (NoExecStack) in initSections()
H A DMCStreamer.cpp411 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def175 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp454 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6789 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;