Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp506 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
519 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1874 if (CodeGenOpts.DisableRedZone) in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def81 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp315 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in determineFrameLayout() local
328 if (!DisableRedZone && CanUseRedZone && FitsInRedZone) { in determineFrameLayout()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7150 MarshallingInfoFlag<CodeGenOpts<"DisableRedZone">>;