Lines Matching full:getattr
342 const TLSModelAttr *Attr = D.getAttr<TLSModelAttr>();
689 if (const SectionAttr *SA = D->getAttr<SectionAttr>())
751 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
1091 const AliasAttr *AA = VD->getAttr<AliasAttr>();
1215 AsmLabelAttr *Attr = FD->getAttr<AsmLabelAttr>();
1242 AsmLabelAttr *Attr = FD->getAttr<AsmLabelAttr>();
1869 ((!CodeGenOpts.NoCommon && !D->getAttr<NoCommonAttr>()) ||
1870 D->getAttr<CommonAttr>()) &&
1872 !D->getAttr<SectionAttr>() && !D->getTLSKind() &&
1873 !D->getAttr<WeakImportAttr>()) {
2098 if (const ConstructorAttr *CA = D->getAttr<ConstructorAttr>())
2100 if (const DestructorAttr *DA = D->getAttr<DestructorAttr>())
2108 const AliasAttr *AA = D->getAttr<AliasAttr>();