Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getAttr

318     const TLSModelAttr *Attr = D.getAttr<TLSModelAttr>();
656 if (const SectionAttr *SA = D->getAttr<SectionAttr>())
708 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
1021 const AliasAttr *AA = VD->getAttr<AliasAttr>();
1145 AsmLabelAttr *Attr = FD->getAttr<AsmLabelAttr>();
1172 AsmLabelAttr *Attr = FD->getAttr<AsmLabelAttr>();
1853 ((!CodeGenOpts.NoCommon && !D->getAttr<NoCommonAttr>()) ||
1854 D->getAttr<CommonAttr>()) &&
1856 !D->getAttr<SectionAttr>() && !D->isThreadSpecified() &&
1857 !D->getAttr<WeakImportAttr>()) {
2074 if (const ConstructorAttr *CA = D->getAttr<ConstructorAttr>())
2076 if (const DestructorAttr *DA = D->getAttr<DestructorAttr>())
2084 const AliasAttr *AA = D->getAttr<AliasAttr>();