Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getRetAttributes

1515   Attributes RetAttrs = Attrs.getRetAttributes();
1517 Out << Attribute::getAsString(Attrs.getRetAttributes()) << ' ';
1820 if (PAL.getRetAttributes() != Attribute::None)
1821 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1870 if (PAL.getRetAttributes() != Attribute::None)
1871 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());