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.cpp545 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
558 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1971 if (CodeGenOpts.DisableRedZone) in getTrivialDefaultFunctionAttributes()
/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/Basic/
H A DCodeGenOptions.def72 CODEGENOPT(DisableRedZone , 1, 0, Benign) ///< Set when -mno-red-zone is enabled.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7687 MarshallingInfoFlag<CodeGenOpts<"DisableRedZone">>;