Searched refs:DisableRedZone (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.h98 DisableRedZone("disable-red-zone",
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp344 Options.NoRedZone = CodeGenOpts.DisableRedZone;
H A DCGCall.cpp1037 if (CodeGenOpts.DisableRedZone)
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp220 bool DisableRedZone = MF.getFunction()->getAttributes(). local
222 if (!DisableRedZone &&
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp350 Opts.DisableRedZone = Args.hasArg(OPT_disable_red_zone);

Completed in 80 milliseconds