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

1 2

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.h 24 bool RelaxAll, bool NoExecStack);
AArch64ELFStreamer.cpp 150 bool RelaxAll, bool NoExecStack) {
154 if (NoExecStack)
AArch64MCTargetDesc.cpp 101 bool NoExecStack) {
104 return createAArch64ELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.h 23 bool RelaxAll, bool NoExecStack,
ARMMCTargetDesc.cpp 195 bool NoExecStack) {
205 return createARMELFStreamer(Ctx, MAB, OS, Emitter, false, NoExecStack,
ARMELFStreamer.cpp 498 bool RelaxAll, bool NoExecStack,
503 if (NoExecStack)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 23 bool RelaxAll, bool NoExecStack)
40 bool RelaxAll, bool NoExecStack);
MipsELFStreamer.cpp 22 bool RelaxAll, bool NoExecStack) {
24 RelaxAll, NoExecStack);
MipsMCTargetDesc.cpp 132 bool NoExecStack) {
135 return createMipsELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 30 NoExecStack,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 110 bool NoExecStack) {
114 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, 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 90 bool NoExecStack) {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 88 bool NoExecStack) {
  /external/clang/tools/driver/
cc1as_main.cpp 122 unsigned NoExecStack : 1;
137 NoExecStack = 0;
235 Opts.NoExecStack = Args->hasArg(OPT_mno_exec_stack);
362 Opts.NoExecStack));
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 102 case ZOption::NoExecStack:
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 164 bool NoExecStack) {
165 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/include/llvm/MC/
MCAssembler.h 885 unsigned NoExecStack : 1;
1019 bool getNoExecStack() const { return NoExecStack; }
1020 void setNoExecStack(bool Value) { NoExecStack = Value; }
    [all...]
MCStreamer.h 688 bool RelaxAll, bool NoExecStack);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 130 bool NoExecStack);
436 /// \param NoExecStack Mark file as not needing a executable stack.
442 bool NoExecStack) const {
446 RelaxAll, NoExecStack);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 362 bool NoExecStack) {
371 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 71 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack"));
452 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 560 bool RelaxAll, bool NoExecStack) {
564 if (NoExecStack)
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 207 option.setKind(mcld::ZOption::NoExecStack);

Completed in 806 milliseconds

1 2