Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp133 unsigned NoExecStack : 1; member
154 NoExecStack = 0; in AssemblerInvocation()
283 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()
462 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h43 void InitSections(bool NoExecStack) override;
H A DMCELFStreamer.h42 void InitSections(bool NoExecStack) override;
H A DMCStreamer.h420 virtual void InitSections(bool NoExecStack);
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp171 static cl::opt<bool> NoExecStack("no-exec-stack", variable
501 if (NoExecStack) in main()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp91 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
96 if (NoExecStack) in InitSections()
H A DMCWinCOFFStreamer.cpp70 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
H A DMCStreamer.cpp334 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def132 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp482 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp853 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in ParseCodeGenArgs()