Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp621 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
634 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1760 if (CodeGenOpts.DisableRedZone) in getDefaultFunctionAttributes()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def70 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp314 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in determineFrameLayout() local
326 if (!DisableRedZone && CanUseRedZone && FitsInRedZone) { in determineFrameLayout()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4868 MarshallingInfoFlag<CodeGenOpts<"DisableRedZone">>;