Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp509 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
522 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1845 if (CodeGenOpts.DisableRedZone) in getDefaultFunctionAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def70 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp316 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in determineFrameLayout() local
328 if (!DisableRedZone && CanUseRedZone && FitsInRedZone) { in determineFrameLayout()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5480 MarshallingInfoFlag<CodeGenOpts<"DisableRedZone">>;