reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1710 if (D) { 1712 if (auto *SA = D->getAttr<PragmaClangBSSSectionAttr>()) 1714 if (auto *SA = D->getAttr<PragmaClangDataSectionAttr>()) 1716 if (auto *SA = D->getAttr<PragmaClangRodataSectionAttr>()) 1718 if (auto *SA = D->getAttr<PragmaClangRelroSectionAttr>()) 1723 if (auto *SA = D->getAttr<PragmaClangTextSectionAttr>()) 1724 if (!D->getAttr<SectionAttr>()) 1738 if (const auto *CSA = D->getAttr<CodeSegAttr>()) 1740 else if (const auto *SA = D->getAttr<SectionAttr>()) 1744 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);