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

1 2

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.h 23 bool RelaxAll, bool NoExecStack);
AArch64ELFStreamer.cpp 152 bool RelaxAll, bool NoExecStack) {
156 if (NoExecStack)
AArch64MCTargetDesc.cpp 130 bool NoExecStack) {
137 return createAArch64ELFStreamer(Ctx, TAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 16 bool NoExecStack) {
MipsMCNaCl.h 29 bool RelaxAll, bool NoExecStack);
MipsELFStreamer.h 40 bool NoExecStack);
MipsMCTargetDesc.cpp 113 bool RelaxAll, bool NoExecStack) {
117 NoExecStack);
120 NoExecStack);
MipsNaClELFStreamer.cpp 258 bool RelaxAll, bool NoExecStack) {
263 if (NoExecStack)
  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 27 NoExecStack,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 88 bool NoExecStack) {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 91 bool NoExecStack) {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 88 bool NoExecStack) {
  /external/clang/tools/driver/
cc1as_main.cpp 125 unsigned NoExecStack : 1;
140 NoExecStack = 0;
249 Opts.NoExecStack = Args->hasArg(OPT_mno_exec_stack);
382 Opts.NoExecStack));
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 110 bool RelaxAll, bool NoExecStack,
MCAssembler.h 913 unsigned NoExecStack : 1;
1059 bool getNoExecStack() const { return NoExecStack; }
1060 void setNoExecStack(bool Value) { NoExecStack = Value; }
    [all...]
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 96 case ZOption::NoExecStack:
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 163 bool NoExecStack) {
171 createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 129 bool NoExecStack) {
131 createELFStreamer(Context, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 191 bool NoExecStack) {
192 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 134 bool NoExecStack);
426 /// \param NoExecStack Mark file as not needing a executable stack.
433 bool NoExecStack) const {
437 RelaxAll, NoExecStack);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 276 bool NoExecStack) {
290 return createARMELFStreamer(Ctx, MAB, OS, Emitter, false, NoExecStack,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 357 bool NoExecStack) {
368 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 110 else if (0 == Arg.compare("noexecstack"))
111 Val.setKind(ZOption::NoExecStack);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 546 bool RelaxAll, bool NoExecStack) {
550 if (NoExecStack)
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 164 static cl::opt<bool> NoExecStack("no-exec-stack",
476 NoExecStack));

Completed in 406 milliseconds

1 2