Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getAttr

541   if (const SectionAttr *SA = D->getAttr<SectionAttr>())
592 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
753 const AliasAttr *AA = VD->getAttr<AliasAttr>();
1418 ((!CodeGenOpts.NoCommon && !D->getAttr<NoCommonAttr>()) ||
1419 D->getAttr<CommonAttr>()) &&
1421 !D->getAttr<SectionAttr>() && !D->isThreadSpecified() &&
1422 !D->getAttr<WeakImportAttr>()) {
1592 if (const ConstructorAttr *CA = D->getAttr<ConstructorAttr>())
1594 if (const DestructorAttr *DA = D->getAttr<DestructorAttr>())
1602 const AliasAttr *AA = D->getAttr<AliasAttr>();