Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getFnAttributes

1559   Attributes FnAttrs = Attrs.getFnAttributes();
1561 Out << ' ' << Attribute::getAsString(Attrs.getFnAttributes());
1844 if (PAL.getFnAttributes() != Attribute::None)
1845 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());
1895 if (PAL.getFnAttributes() != Attribute::None)
1896 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());