Searched refs:NoRedZone (Results 1 – 13 of 13) sorted by relevance
53 Options.NoRedZone = false; in getDefault()589 if (Options.NoRedZone) in emitProfileArcs()590 F->addFnAttr(Attribute::NoRedZone); in emitProfileArcs()746 if (Options.NoRedZone) in insertCounterWriteout()747 WriteoutF->addFnAttr(Attribute::NoRedZone); in insertCounterWriteout()797 if (Options.NoRedZone) in insertIndirectCounterIncrement()798 Fn->addFnAttr(Attribute::NoRedZone); in insertIndirectCounterIncrement()853 if (Options.NoRedZone) in insertFlush()854 FlushF->addFnAttr(Attribute::NoRedZone); in insertFlush()
57 bool NoRedZone; member
88 NoRedZone, ///< Disable redzone enumerator
193 if (hasAttribute(Attribute::NoRedZone)) in getAsString()372 case Attribute::NoRedZone: return 1 << 22; in getAttrMask()
765 I->getKindAsEnum() == Attribute::NoRedZone || in VerifyAttributeTypes()
344 Options.NoRedZone = CodeGenOpts.DisableRedZone; in CreatePasses()
1038 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone); in ConstructAttributeList()
221 hasAttribute(AttributeSet::FunctionIndex, Attribute::NoRedZone); in determineFrameLayout()
436 Attribute::NoRedZone) && in emitPrologue()
505 HANDLE_ATTR(NoRedZone); in printAttributes()
198 case Attribute::NoRedZone: in getAttrKindEncoding()
552 return Attribute::NoRedZone; in GetAttrFromCode()
922 case lltok::kw_noredzone: B.addAttribute(Attribute::NoRedZone); break; in ParseFnAttributeValuePairs()