Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp134 unsigned NoExecStack : 1; member
160 NoExecStack = 0; in AssemblerInvocation()
295 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()
493 Str.get()->InitSections(Opts.NoExecStack); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h42 void InitSections(bool NoExecStack) override;
H A DMCELFStreamer.h41 void InitSections(bool NoExecStack) override;
H A DMCStreamer.h448 virtual void InitSections(bool NoExecStack);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp180 static cl::opt<bool> NoExecStack("no-exec-stack", variable
534 if (NoExecStack) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCELFStreamer.cpp90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
95 if (NoExecStack) in InitSections()
H A DMCWinCOFFStreamer.cpp69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections() argument
H A DMCStreamer.cpp400 void MCStreamer::InitSections(bool NoExecStack) { in InitSections() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def165 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp580 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4766 MarshallingInfoFlag<CodeGenOpts<"NoExecStack">>;