Searched refs:NoRedZone (Results 1 – 7 of 7) sorted by relevance
57 const Attributes NoRedZone = 1<<22; /// disable redzone variable95 NoRedZone | NoImplicitFloat | Naked | InlineHint | StackAlignment |
69 if (Attrs & Attribute::NoRedZone) in getAsString()
188 bool DisableRedZone = MF.getFunction()->hasFnAttr(Attribute::NoRedZone); in determineFrameLayout()
397 if (Is64Bit && !Fn->hasFnAttr(Attribute::NoRedZone) && in emitPrologue()
738 FuncAttrs |= llvm::Attribute::NoRedZone; in ConstructAttributeList()
479 HANDLE_ATTR(NoRedZone); in printAttributes()
919 case lltok::kw_noredzone: Attrs |= Attribute::NoRedZone; break; in ParseOptionalAttrs()