Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/tools/driver/
HDcc1as_main.cpp149 unsigned NoExecStack : 1;
203 NoExecStack = 0; in AssemblerInvocation()
353 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()
576 Str.get()->initSections(Opts.NoExecStack, *STI); in ExecuteAssemblerImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCWinCOFFStreamer.h45 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
HDMCELFStreamer.h51 void initSections(bool NoExecStack, const MCSubtargetInfo &STI) override;
HDMCStreamer.h438 virtual void initSections(bool NoExecStack, const MCSubtargetInfo &STI);
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mc/
HDllvm-mc.cpp201 static cl::opt<bool> NoExecStack("no-exec-stack", variable
560 if (NoExecStack) in main()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCELFStreamer.cpp57 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
63 if (NoExecStack) in initSections()
HDMCWinCOFFStreamer.cpp77 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections() argument
HDMCStreamer.cpp410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections() argument
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def180 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp465 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7087 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;