HomeSort by relevance Sort by last modified time
    Searched refs:RelaxAll (Results 1 - 25 of 26) 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 93 bool RelaxAll,
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,
409 if (RelaxAll)
ARMMCTargetDesc.cpp 189 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 105 bool RelaxAll,
108 return createMachOStreamer(Ctx, MAB, OS, Emitter, RelaxAll);
110 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 80 bool RelaxAll,
92 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 89 bool RelaxAll,
  /external/llvm/include/llvm/MC/
MCStreamer.h 671 bool RelaxAll = false);
680 bool RelaxAll = false);
686 bool RelaxAll, bool NoExecStack);
MCAssembler.h 878 unsigned RelaxAll : 1;
1010 bool getRelaxAll() const { return RelaxAll; }
1011 void setRelaxAll(bool Value) { RelaxAll = Value; }
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 118 unsigned RelaxAll : 1;
133 RelaxAll = 0;
233 Opts.RelaxAll = Args->hasArg(OPT_relax_all);
360 CE, Opts.RelaxAll,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 359 bool RelaxAll,
364 return createMachOStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll);
367 return createWinCOFFStreamer(Ctx, MAB, *_Emitter, _OS, RelaxAll);
369 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 331 bool RelaxAll) {
333 S->getAssembler().setRelaxAll(RelaxAll);
MCELFStreamer.cpp 507 bool RelaxAll, bool NoExecStack) {
509 if (RelaxAll)
MCMachOStreamer.cpp 431 bool RelaxAll) {
433 if (RelaxAll)
MCAssembler.cpp 268 OS(OS_), BundleAlignSize(0), RelaxAll(false), NoExecStack(false),
288 RelaxAll = false;
929 "Did not expect a MCRelaxableFragment in RelaxAll mode");
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 118 bool RelaxAll,
405 /// \param RelaxAll Relax all fixups?
411 bool RelaxAll,
416 RelaxAll, NoExecStack);
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 68 RelaxAll("mc-relax-all", cl::desc("Relax all fixups"));
454 FOS, CE, RelaxAll,
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 72 RelaxAll("mc-relax-all",
  /external/llvm/tools/llc/
llc.cpp 334 if (RelaxAll) {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 465 if (CodeGenOpts.RelaxAll)

Completed in 737 milliseconds

1 2