HomeSort by relevance Sort by last modified time
    Searched refs:NoExecStack (Results 1 - 25 of 27) 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 94 bool NoExecStack) {
97 return createAArch64ELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.h 23 bool RelaxAll, bool NoExecStack,
ARMELFStreamer.cpp 406 bool RelaxAll, bool NoExecStack,
411 if (NoExecStack)
ARMMCTargetDesc.cpp 190 bool NoExecStack) {
200 return createARMELFStreamer(Ctx, MAB, OS, Emitter, false, 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/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 81 bool NoExecStack) {
92 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 106 bool NoExecStack) {
110 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 90 bool NoExecStack) {
  /external/clang/tools/driver/
cc1as_main.cpp 119 unsigned NoExecStack : 1;
134 NoExecStack = 0;
234 Opts.NoExecStack = Args->hasArg(OPT_no_exec_stack);
361 Opts.NoExecStack));
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 116 case ZOption::NoExecStack:
  /external/llvm/include/llvm/MC/
MCAssembler.h 879 unsigned NoExecStack : 1;
1013 bool getNoExecStack() const { return NoExecStack; }
1014 void setNoExecStack(bool Value) { NoExecStack = Value; }
    [all...]
MCStreamer.h 686 bool RelaxAll, bool NoExecStack);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 119 bool NoExecStack);
406 /// \param NoExecStack Mark file as not needing a executable stack.
412 bool NoExecStack) const {
416 RelaxAll, NoExecStack);
    [all...]
  /external/llvm/lib/MC/
MCELFStreamer.cpp 507 bool RelaxAll, bool NoExecStack) {
511 if (NoExecStack)
MCAssembler.cpp 268 OS(OS_), BundleAlignSize(0), RelaxAll(false), NoExecStack(false),
289 NoExecStack = false;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 360 bool NoExecStack) {
369 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 74 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack"));
455 NoExecStack));
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 108 else if (0 == Arg.compare("noexecstack"))
109 Val.setKind(ZOption::NoExecStack);
  /frameworks/compile/libbcc/lib/Support/
LinkerConfig.cpp 208 option.setKind(mcld::ZOption::NoExecStack);
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 201 option.setKind(mcld::ZOption::NoExecStack);

Completed in 927 milliseconds

1 2