HomeSort by relevance Sort by last modified time
    Searched refs:RelaxAll (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) {
152 if (RelaxAll)
AArch64MCTargetDesc.cpp 100 bool RelaxAll,
104 return createAArch64ELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.h 23 bool RelaxAll, bool NoExecStack,
ARMELFStreamer.cpp 498 bool RelaxAll, bool NoExecStack,
501 if (RelaxAll)
ARMMCTargetDesc.cpp 194 bool RelaxAll,
  /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 131 bool RelaxAll,
135 return createMipsELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 109 bool RelaxAll,
112 return createMachOStreamer(Ctx, MAB, OS, Emitter, RelaxAll);
114 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 87 bool RelaxAll,
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 89 bool RelaxAll,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 87 bool RelaxAll,
  /external/llvm/include/llvm/MC/
MCStreamer.h 673 bool RelaxAll = false);
682 bool RelaxAll = false);
688 bool RelaxAll, bool NoExecStack);
MCAssembler.h 884 unsigned RelaxAll : 1;
1016 bool getRelaxAll() const { return RelaxAll; }
1017 void setRelaxAll(bool Value) { RelaxAll = Value; }
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 121 unsigned RelaxAll : 1;
136 RelaxAll = 0;
234 Opts.RelaxAll = Args->hasArg(OPT_mrelax_all);
361 CE, Opts.RelaxAll,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 361 bool RelaxAll,
366 return createMachOStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll);
369 return createWinCOFFStreamer(Ctx, MAB, *_Emitter, _OS, RelaxAll);
371 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 163 bool RelaxAll,
165 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 72 RelaxAll("mc-relax-all",
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 331 bool RelaxAll) {
333 S->getAssembler().setRelaxAll(RelaxAll);
MCMachOStreamer.cpp 432 bool RelaxAll) {
434 if (RelaxAll)
MCELFStreamer.cpp 560 bool RelaxAll, bool NoExecStack) {
562 if (RelaxAll)
  /external/llvm/include/llvm/Support/
TargetRegistry.h 129 bool RelaxAll,
435 /// \param RelaxAll Relax all fixups?
441 bool RelaxAll,
446 RelaxAll, NoExecStack);
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 65 RelaxAll("mc-relax-all", cl::desc("Relax all fixups"));
451 FOS, CE, RelaxAll,
  /external/llvm/tools/llc/
llc.cpp 334 if (RelaxAll) {

Completed in 199 milliseconds

1 2