HomeSort by relevance Sort by last modified time
    Searched refs:NoExecStack (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 26 NoExecStack,
  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 43 void InitSections(bool NoExecStack) override;
MCELFStreamer.h 50 void InitSections(bool NoExecStack) override;
MCStreamer.h 367 virtual void InitSections(bool NoExecStack);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 88 bool NoExecStack) {
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 94 case ZOption::NoExecStack:
  /external/clang/tools/driver/
cc1as_main.cpp 126 unsigned NoExecStack : 1;
142 NoExecStack = 0;
252 Opts.NoExecStack = Args->hasArg(OPT_mno_exec_stack);
392 Str.get()->InitSections(Opts.NoExecStack);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 164 static cl::opt<bool> NoExecStack("no-exec-stack",
485 if (NoExecStack)
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 64 void MCWinCOFFStreamer::InitSections(bool NoExecStack) {
MCELFStreamer.cpp 86 void MCELFStreamer::InitSections(bool NoExecStack) {
101 if (NoExecStack)
MCStreamer.cpp 186 void MCStreamer::InitSections(bool NoExecStack) {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 536 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack;
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 407 .Case("noexecstack", mcld::ZOption(mcld::ZOption::NoExecStack))
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 462 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack);
    [all...]

Completed in 258 milliseconds