Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:NoRedZone

56   Options.NoRedZone = false;
675 if (Options.NoRedZone)
676 F->addFnAttr(Attribute::NoRedZone);
835 if (Options.NoRedZone)
836 WriteoutF->addFnAttr(Attribute::NoRedZone);
891 if (Options.NoRedZone)
892 Fn->addFnAttr(Attribute::NoRedZone);
947 if (Options.NoRedZone)
948 FlushF->addFnAttr(Attribute::NoRedZone);