Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getFnAttributes

1538   Attributes FnAttrs = Attrs.getFnAttributes();
1540 Out << ' ' << Attribute::getAsString(Attrs.getFnAttributes());
1824 if (PAL.getFnAttributes() != Attribute::None)
1825 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());
1875 if (PAL.getFnAttributes() != Attribute::None)
1876 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());